getDeviceId method

Future<String> getDeviceId()

Implementation

Future<String> getDeviceId() async {
  return await invokeMethod(_GET_DEVICE_ID) as String;
}