mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
5ec930cbc6
* Revert "Revert "Cw 397 chatwoot live support (#1011)""
This reverts commit ecdc7baa2e
.
* Re-add chatwoot
Change chatwoot base url
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();
|