ResultConsumer typedef

ResultConsumer = void Function(Future?)

A callback function that is used to return navigation result to the StateNotifier.

Implementation

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