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