setCustomAztecDecoder function

dynamic setCustomAztecDecoder(
  1. AztecImageDecoder decoder
)

Implementation

setCustomAztecDecoder(AztecImageDecoder decoder) {
  if (_customAztecDecoder != null) return;
  _customAztecDecoder = decoder;
}