static Future<String> getUserPassword() async { SharedPreferences pref = await SharedPreferences.getInstance(); return pref.getString("rilac_userPassword") ?? globalUserPassword; }