decodeWebPFile method

void decodeWebPFile(
  1. String path
)

Implementation

void decodeWebPFile(String path) {
  subCommand = DecodeWebPFileCmd(subCommand, path);
}