of<T extends DataContext> static method
Implementation
static T of<T extends DataContext>(BuildContext context) {
return Provider.of<T>(context, listen: false);
}
static T of<T extends DataContext>(BuildContext context) {
return Provider.of<T>(context, listen: false);
}