decodeGifFile method

void decodeGifFile(
  1. String path
)

Implementation

void decodeGifFile(String path) {
  subCommand = DecodeGifFileCmd(subCommand, path);
}