toBlob method

Uint8List toBlob()

Implementation

Uint8List toBlob() {
  return toUint8Array();
}