toUint8Array method

Uint8List toUint8Array()

Implementation

Uint8List toUint8Array() {
  return buffer.toUint8Array();
}