toUint8List method

Uint8List toUint8List()

Return this buffer as Uint8List

Implementation

Uint8List toUint8List() => buffer.asUint8List(offsetInBytes, lengthInBytes);