mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
5 lines
119 B
Dart
5 lines
119 B
Dart
|
import 'package:hive/hive.dart';
|
||
|
import 'package:hive/src/hive_impl.dart';
|
||
|
|
||
|
final HiveInterface CakeHive = HiveImpl();
|