gatt property

  1. @visibleForTesting
NativeBluetoothRemoteGATTServer? gatt

Get the underlying native (web) gatt service.

Implementation

@visibleForTesting
NativeBluetoothRemoteGATTServer? get gatt => _bluetoothDevice.gatt;