getHWID property

Future<String> getHWID

Pushwoosh HWID associated with current device

Implementation

Future<String> get getHWID async => await _channel.invokeMethod("getHWID");