arrayBuffer method
Reads the content of the blob as an array buffer asynchronously.
Returns:
Implementation
Future<typed_data.ByteBuffer?> arrayBuffer() => js_util
.promiseToFuture(js_util.callMethod(this, 'arrayBuffer', <Object?>[]));
Reads the content of the blob as an array buffer asynchronously.
Returns:
Future<typed_data.ByteBuffer?> arrayBuffer() => js_util
.promiseToFuture(js_util.callMethod(this, 'arrayBuffer', <Object?>[]));