Future<void> setLastSync(int value) async { await storage.write(key: _lastSync, value: value.toString()); }