canSendWriteWithoutResponse property

Future<bool> canSendWriteWithoutResponse

Indicates whether the Bluetooth Device can send a write without response

Implementation

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