decodeIcoFile method

void decodeIcoFile(
  1. String path
)

Implementation

void decodeIcoFile(String path) {
  subCommand = DecodeIcoFileCmd(subCommand, path);
}