Reads the entire asset synchronously as a list of bytes.
Returns a Uint8List containing the bytes of the asset.
@override Uint8List readAsBytesSync() { return file.readAsBytesSync(); }