static writeSecureData(String key, String value) async { await _storage.write(key: key, value: value); log("Written: $key"); }