home method

Widget home()

Implementation

Widget home() {
  if(this.token.isEmpty){
    return GenericErrorPageView(flourish: this);
  }
  this._openHome();
  return this.webviewContainer;
}