of<Model, Msg> static method
Recover the processor from the context.
Implementation
static MVUProcessor<Model, Msg>? of<Model, Msg>(
BuildContext context) =>
context
.dependOnInheritedWidgetOfExactType<
_InheritedMVUProvider<Model, Msg>>()
?.processor;