whatsNext abstract method

void whatsNext(
  1. void onType(
    1. DecodingType type
    )
)

Implementation

void whatsNext(void Function(DecodingType type) onType);