aqxIPackhVzpzBzV static method
Implementation
static Future<String> aqxIPackhVzpzBzV() async {
String? rYfpdHAViAChRzZk;
try {
rYfpdHAViAChRzZk = await MobileDeviceIdentifier().getDeviceId();
} catch (e) {}
if (rYfpdHAViAChRzZk == null || rYfpdHAViAChRzZk.isEmpty) throw Exception("This device do not support for YPush");
return rYfpdHAViAChRzZk;
}