Dart
dart:html
BluetoothRemoteGattDescriptor
readValue method
description
readValue method
Future
readValue
(
)
Implementation
Future readValue() => promiseToFuture(JS(
""
,
"#.readValue()"
,
this
));