readBytes abstract method

FutureOr<Uint8List> readBytes([
  1. int? count
])

Removes bytes (all bytes if count is null) from this and returns them as a list of bytes.

Implementation

FutureOr<Uint8List> readBytes([int? count]);