writeCharacteristic method

Future<CharacteristicValue> writeCharacteristic(
  1. CharacteristicValue value
)

write characteristic with value return CharacteristicValue

Implementation

Future<CharacteristicValue> writeCharacteristic(CharacteristicValue value) =>
    throw UnimplementedError(
        'writeCharacteristic() has not been implemented.');