Load the image.
@override Future<Uint8List> loadFile() async { final ByteData byteData = await NetworkAssetBundle(Uri.parse(url)).load(''); return byteData.buffer.asUint8List(); }