savePngBytes function

Future<String?> savePngBytes(
  1. Uint8List pngBytes,
  2. String fileName
)

Stub — always throws.

Implementation

Future<String?> savePngBytes(Uint8List pngBytes, String fileName) =>
    throw UnsupportedError('savePngBytes not supported on this platform');