buildState method

Implementation

@override
BaseStatefulViewState<Home, HomeViewModel> buildState() {
  return HomeState();
}