toUint8List method

Uint8List toUint8List()

Get a Uint8List view of the image storage data.

Implementation

Uint8List toUint8List() => data?.toUint8List() ?? buffer.asUint8List();