getHWID property
Pushwoosh HWID associated with current device
Implementation
Future<String> get getHWID async => await _channel.invokeMethod("getHWID");
Pushwoosh HWID associated with current device
Future<String> get getHWID async => await _channel.invokeMethod("getHWID");