writeValue method - BluetoothRemoteGattDescriptor class - dart:html library (original) (raw)
Future writeValue(
- dynamic value )
Implementation
Future writeValue(/*BufferSource*/ value) =>
promiseToFuture(JS("", "#.writeValue(#)", this, value));
Future writeValue(
Future writeValue(/*BufferSource*/ value) =>
promiseToFuture(JS("", "#.writeValue(#)", this, value));