processImageBlob function

Future<ImageElement?> processImageBlob(
  1. Blob blob,
  2. bool flipY
)

Implementation

Future<ImageElement?> processImageBlob(Blob blob, bool flipY) async{
  throw('processImageBlob not implimented.');
}