controllerGoForward method

Future<void> controllerGoForward()

Implementation

Future<void> controllerGoForward() async {
  showLoading();
  inAppWebViewController?.goForward();
}