Future<Uint8List?> imageToByte(String imageUrl) async { await DioManager.instance.imageToBytes(imageUrl); return null; }