cake_wallet/cw_core/lib/cake_hive.dart
2023-09-06 17:44:55 -03:00

4 lines
119 B
Dart

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