PopFunction<T extends AppRoute> typedef

PopFunction<T extends AppRoute> = void Function(RouteState<T> state)

Implementation

typedef PopFunction<T extends AppRoute> = void Function(RouteState<T> state);