encodeIcoFile method

void encodeIcoFile(
  1. String path
)

Implementation

void encodeIcoFile(String path) {
  subCommand = EncodeIcoFileCmd(subCommand, path);
}