sync method

Future<void> sync()

Implementation

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