peekBytes abstract method

Uint8List peekBytes(
  1. int start,
  2. int length
)

Gives a peek of the bytescurrentIndex, currentIndex + length Does not increments the current index

Implementation

Uint8List peekBytes(int start, int length);