static Future<void> write(String key, String value) async { await storage.write(key: key, value: value); }