Future<String?> getPassword() async { SharedPreferences preferences = await SharedPreferences.getInstance(); return preferences.getString(password); }