baseListView abstract method

Uint8List baseListView(
  1. int length
)

Subclass Responsibility: Return a Uint8List view on the buffer over the range base..length.

Implementation

Uint8List baseListView(int length);