decodeTga method

void decodeTga(
  1. Uint8List data
)

Implementation

void decodeTga(Uint8List data) {
  subCommand = DecodeTgaCmd(subCommand, data);
}