write method

  1. @override
Future<void> write({
  1. required Uint8List value,
  2. bool withoutResponse = false,
})
override

Write a value to the characteristic

Implementation

@override
Future<void> write(
    {required Uint8List value, bool withoutResponse = false}) async {}