deviceId property

String? get deviceId

Gets an unique identifier for the current device.

Implementation

String? get deviceId {
  return handle.deviceId;
}