mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 01:04:43 +00:00
4 lines
119 B
Dart
4 lines
119 B
Dart
import 'package:hive/hive.dart';
|
|
import 'package:hive/src/hive_impl.dart';
|
|
|
|
final HiveInterface CakeHive = HiveImpl();
|