ContinuationHandler<T, R> typedef
Null safety
Handler function for the ContinuationParser.
Implementation
typedef ContinuationHandler<T, R> = Result<R> Function(
ContinuationFunction<T> continuation, Context context);