Retrieve a binary resource from the asset bundle as a data stream.
Future<ByteData> loadAssetBytes(String path) async { return await rootBundle.load(path); }