Future<dynamic> removeBackground({required Uint8List imageBytes}) async { return await BackgroundRemover.removeBackground( imageBytes: imageBytes, ); }