PopResultCallback<T> typedef

PopResultCallback<T> = void Function(T? result)

A signature for a function that is passed the result of a Route.

Implementation

typedef PopResultCallback<T> = void Function(T? result);