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