ContinuationFunction<T> typedef

ContinuationFunction<T> = Result<T> Function(Context context)

Continuation function of the ContinuationHandler.

Implementation

typedef ContinuationFunction<T> = Result<T> Function(Context context);