goHome method

Future<void> goHome()

Implementation

Future<void> goHome() => _load(widget.initialUrl, headers: widget.initialHeaders);