deleteMeta method
Removes key from _sync_meta. No-op if the key does not exist.
Atomic with respect to transaction. Added in 0.2.0.
Implementation
@override
Future<void> deleteMeta(String key) async {
_meta.remove(key);
}
Removes key from _sync_meta. No-op if the key does not exist.
Atomic with respect to transaction. Added in 0.2.0.
@override
Future<void> deleteMeta(String key) async {
_meta.remove(key);
}