controllerReload method

Future<void> controllerReload()

Implementation

Future<void> controllerReload() async {
  showLoading();
  inAppWebViewController?.reload();
}