goToGoogle method

void goToGoogle()

Implementation

void goToGoogle() {
  loadUrl("https://www.google.com/", runPageLoad: false);
}