snapshot method
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);
}