getController method

InAppWebViewController? getController()

Get current Controller

Implementation

InAppWebViewController? getController() {
  return _controller;
}