ResultConsumer<T> typedef

ResultConsumer<T> = void Function(Future<T>?)

Signature of callbacks that use to return navigation result to the Bloc.

Implementation

typedef ResultConsumer<T> = void Function(Future<T>?);