of<T extends ContextController> static method

T of<T extends ContextController>(
  1. BuildContext context
)

Implementation

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