of<E extends Object> static method
Implementation
static FormeSearchableData<E> of<E extends Object>(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<FormeSearchableData<E>>()!;
}
static FormeSearchableData<E> of<E extends Object>(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<FormeSearchableData<E>>()!;
}