build abstract method
Creates the data to pass down the widget tree below the RearchInjection.
This acts exactly the same as RearchConsumer.build, but instead of creating a new widget, you are creating some data/state to inject into the widget tree (internally using an InheritedWidget.
Implementation
Data build(BuildContext context, WidgetHandle use);