of static method
Implementation
static AbstractConfiguration? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<AbstractConfiguration>();
}
static AbstractConfiguration? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<AbstractConfiguration>();
}