cake_wallet/cw_core/lib/cake_hive.dart

5 lines
119 B
Dart
Raw Normal View History

import 'package:hive/hive.dart';
import 'package:hive/src/hive_impl.dart';
final HiveInterface CakeHive = HiveImpl();