arrayBuffer method

  1. @override
Future<ArrayBuffer> arrayBuffer()
override

Returns a promise that resolves with an ArrayBuffer containing the entire contents of the Blob as binary data.

MDN Reference

Implementation

@override
Future<ArrayBuffer> arrayBuffer() => _blob.arrayBuffer();