UiImagePngUint8ListGetter extension

Adds a method to convert any ui.Image to a Uint8List using the ui.ImageByteFormat.png (png) format.

on

Properties

pngBytes Future<Uint8List?>
Returns the image byte data from the this as a Uint8List in png format.
no setter