decodeExr method

void decodeExr(
  1. Uint8List data
)

Implementation

void decodeExr(Uint8List data) {
  subCommand = DecodeExrCmd(subCommand, data);
}