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 _LiveNotificationSnapshot(this);
}
Take a snapshot of the keystore's current state. Always
release the handle when done.
@override
Future<KeyStoreSnapshot<String, AtNotification, dynamic>> snapshot() async {
return _LiveNotificationSnapshot(this);
}