getImageFilter static method

Future<String> getImageFilter(
  1. String imagePath,
  2. String imageId
)

Implementation

static Future<String> getImageFilter(String imagePath, String imageId) async {
  // Make the API call with the provided argument and return the result
  return await getImageTryOnResponse(imagePath, imageId);
}