asUint8List method
Creates a Uint8List view over the buffer.
Changes made to the returned view will reflect in the buffer.
Implementation
Uint8List asUint8List() => _data;
Creates a Uint8List view over the buffer.
Changes made to the returned view will reflect in the buffer.
Uint8List asUint8List() => _data;