decodeImageFile method

void decodeImageFile(
  1. String path
)

Implementation

void decodeImageFile(String path) {
  subCommand = DecodeImageFileCmd(subCommand, path);
}