rootDelegate property

GetDelegate<T> get rootDelegate

Retrieves the root delegate.

Implementation

GetDelegate<T> get rootDelegate => config.routerDelegate! as GetDelegate<T>;