readAsBytesSync method

  1. @override
List<int> readAsBytesSync ()
override

Synchronously read the entire file contents as a list of bytes.

Throws a FileSystemException if the operation fails.

Implementation

@override
List<int> readAsBytesSync() => delegate.readAsBytesSync();