delegateOf static method
Implementation
static FRouterDelegate delegateOf(BuildContext context,
{bool listen = false}) {
return Provider.of<SunnyRouter>(context, listen: listen).delegate;
}
static FRouterDelegate delegateOf(BuildContext context,
{bool listen = false}) {
return Provider.of<SunnyRouter>(context, listen: listen).delegate;
}