Image to png bytes
Future<Uint8List?> toPngBytes() { return toByteData(format: ui.ImageByteFormat.png) .then((value) => value?.buffer.asUint8List()); }