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