controllerGoBack method

Future<void> controllerGoBack()

Implementation

Future<void> controllerGoBack() async {
  showLoading();
  inAppWebViewController?.goBack();
}