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