of<T extends ReignController> static method
Implementation
static T of<T extends ReignController>(BuildContext context,
{required String scope}) {
return context
.dependOnInheritedWidgetOfExactType<_ScopedProvider<T>>()!
.controller;
}