Reads raw file bytes as Uint8List.
@override Uint8List readFileBytesSync(String fsPath) { return File(fsPath).readAsBytesSync(); }