toPNG method

FutureOr<Uint8List> toPNG()

Implementation

FutureOr<Uint8List> toPNG() => PCanvasFactory().pixelsToPNG(this);