setController method

void setController(
  1. InAppWebViewController control
)

Sets the second webview controller

Implementation

void setController(InAppWebViewController control) {
  controller = control;
  notifyListeners();
}