whatsNext method
Implementation
@override
void whatsNext(void Function(DecodingType type) onNext) {
_consumers.add(_current = WhatsNextConsumer(onNext));
}
@override
void whatsNext(void Function(DecodingType type) onNext) {
_consumers.add(_current = WhatsNextConsumer(onNext));
}