Dart
dart:html
BluetoothRemoteGattDescriptor
readValue method
readValue
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
));
Cookies management controls