PopResultCallback<T> typedef
A signature for a function that is passed the result of a Route.
Implementation
typedef PopResultCallback<T> = void Function(T? result);
A signature for a function that is passed the result of a Route.
typedef PopResultCallback<T> = void Function(T? result);