getCharacteristic method

  1. @override
IBluetoothGattCharacteristic? getCharacteristic({
  1. required String uuid,
})
override

Returns the specified characteristic if found in this service.

Implementation

@override
IBluetoothGattCharacteristic? getCharacteristic({required String uuid}) {
  return _characteristics[uuid];
}