whatsNext method

  1. @override
void whatsNext(
  1. void onNext(
    1. DecodingType type
    )
)
override

Implementation

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