decodePng method

void decodePng(
  1. Uint8List data
)

Implementation

void decodePng(Uint8List data) {
  subCommand = DecodePngCmd(subCommand, data);
}