Dart
dart:html
BluetoothRemoteGattDescriptor
readValue method
readValue
Dart
dart:html
BluetoothRemoteGattDescriptor
readValue method
BluetoothRemoteGattDescriptor class
Properties
characteristic
uuid
value
hashCode
runtimeType
Methods
readValue
writeValue
noSuchMethod
toString
Operators
operator ==
readValue method
Future
readValue
(
)
Implementation
Future readValue() => promiseToFuture(JS("", "#.readValue()", this));