readValue method

Future<ByteData> readValue()

Implementation

Future<ByteData> readValue() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'readValue', []));