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