readAsBytesSync method

Uint8List readAsBytesSync()

Reads the entire file contents as a list of bytes synchronously.

Implementation

Uint8List readAsBytesSync() {
  throw UnsupportedError('Not available for web');
}