Store a value securely
Future<void> store(String key, String value) async { await _storage.write(key: key, value: value); }