Asynchronously read the entire file contents as a list of bytes.
Throws Exception if the operation fails.
Future<Uint8List> readAsBytes() { throw UnimplementedError('readAsBytes() has not been implemented.'); }