@override Future<void> persist() async { checkInitialized(); onSync.broadcast(StoreSyncEvent()); await storage.set(storageKey, data); }