static storeValue({required String key, required String value}) async { await storage.write(key: key, value: value); }