PushAction typedef

PushAction = (WouterState, Future<R?>) Function<R>(WouterState, String)

Implementation

typedef PushAction = (WouterState, Future<R?>) Function<R>(WouterState, String);