encodeWebPFile method

void encodeWebPFile(
  1. String path
)

Implementation

void encodeWebPFile(String path) {
  subCommand = EncodeWebPFileCmd(subCommand, path);
}