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