decodePngFile method

void decodePngFile(
  1. String path
)

Implementation

void decodePngFile(String path) {
  subCommand = DecodePngFileCmd(subCommand, path);
}