of<T extends ContextController> static method
Implementation
static T of<T extends ContextController>(BuildContext context) {
return _ControllerProvider.of<T>(context);
}
static T of<T extends ContextController>(BuildContext context) {
return _ControllerProvider.of<T>(context);
}