buildView abstract method
This method should return the View for the module.
Implementation
@protected
@factory
State<StatefulWidget> buildView();
This method should return the View for the module.
@protected
@factory
State<StatefulWidget> buildView();