of<C extends IController> static method
Implementation
static C of<C extends IController>(BuildContext context) {
return LocatorProvider.of(context).get<C>();
}
static C of<C extends IController>(BuildContext context) {
return LocatorProvider.of(context).get<C>();
}