addImageWatermarkUint8List abstract method
Adds an image watermark to the image at the specified location with the given parameters.
Returns a Uint8List representing the watermarked image.
Implementation
Future<Uint8List?> addImageWatermarkUint8List(
Uint8List filePath,
Uint8List watermarkImagePath,
int x,
int y,
int watermarkWidth,
int watermarkHeight,
);