canSendWriteWithoutResponse property

Future<bool> get canSendWriteWithoutResponse

Indicates whether the Bluetooth Device can send a write without response

Implementation

Future<bool> get canSendWriteWithoutResponse => new Future.error(new UnimplementedError());