writeValue method - BluetoothRemoteGattDescriptor class - dart:html library (original) (raw)

description

Future writeValue(

  1. dynamic value )

Implementation

Future writeValue(/*BufferSource*/ value) =>
    promiseToFuture(JS("", "#.writeValue(#)", this, value));