sync method
Implementation
Future<void> sync() async {
await Future.wait([
_plaintextStore.sync(),
_encryptedStore.sync(),
]);
}
Future<void> sync() async {
await Future.wait([
_plaintextStore.sync(),
_encryptedStore.sync(),
]);
}