bufferAt abstract method

Uint8List? bufferAt(
  1. int index
)

Bytes of the buffer at index copied out, or null when the value is not a buffer.

Implementation

Uint8List? bufferAt(int index);