I have a image on my app
Uint8List file = await _videoViewController.takeSnapshot(); DartImage.Image test = DartImage.decodeImage(file);
And