snapshot method

  1. @override
Future<KeyStoreSnapshot<String, AtNotification, dynamic>> snapshot()
override

Take a snapshot of the keystore's current state. Always release the handle when done.

Implementation

@override
Future<KeyStoreSnapshot<String, AtNotification, dynamic>> snapshot() async {
  return _HiveBestEffortNotifSnapshot(this);
}