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