maybeOf static method
Implementation
static ViewModelProvider? maybeOf(BuildContext context) =>
context.getElementForInheritedWidgetOfExactType<ViewModelScope>() as ViewModelProvider?;
static ViewModelProvider? maybeOf(BuildContext context) =>
context.getElementForInheritedWidgetOfExactType<ViewModelScope>() as ViewModelProvider?;