@override Future<Uint8List> loadData() async { final byteData = await rootBundle.load(assetPath); return byteData.buffer.asUint8List(); }