OnNestedNavigateCallBack typedef

OnNestedNavigateCallBack = void Function(List<RouteMatch> routes)

Signature of a callback used by declarative

Implementation

typedef OnNestedNavigateCallBack = void Function(List<RouteMatch> routes);