delegate property
GetDelegate
get
delegate
Retrieves the delegate associated with the current router.
Implementation
GetDelegate get delegate {
return router.routerDelegate as GetDelegate;
}
Retrieves the delegate associated with the current router.
GetDelegate get delegate {
return router.routerDelegate as GetDelegate;
}