toUint8List method

Uint8List toUint8List()

Returns the file as a list of bytes.

Implementation

Uint8List toUint8List() => _bytes;