deviceId property

String deviceId

The ID of the device which emitted this event. Uses a MAC address format on Android. Uses a UUID format on iOS. (This is generated and unique to the connection between this exact device AND this exact iPhone)

Implementation

String get deviceId => _deviceId;