OnNavigateCallBack typedef

OnNavigateCallBack = void Function(UrlState tree)

Signature of a callback used in declarative routing to report url state changes

Implementation

typedef OnNavigateCallBack = void Function(UrlState tree);