serviceData property

Map<UUID, Uint8List> serviceData
final

The GATT service data of the peripheral.

This field is available on Android and Windows, throws UnsupportedError on other platforms.

Implementation

final Map<UUID, Uint8List> serviceData;