readAsBytesSync method
override
Synchronously reads the entire file contents as a list of bytes.
Throws a FileSystemException if the operation fails.
Implementation
@override
Uint8List readAsBytesSync() => delegate.readAsBytesSync();
Synchronously reads the entire file contents as a list of bytes.
Throws a FileSystemException if the operation fails.
@override
Uint8List readAsBytesSync() => delegate.readAsBytesSync();