WebViewController constructor

WebViewController(
  1. WebView _widget,
  2. int id,
  3. void updateFirstLoading()
)

Implementation

WebViewController(this._widget, int id, this.updateFirstLoading)
    : _channel = MethodChannel("com.hisaichi5518/native_webview_$id") {
  _channel.setMethodCallHandler(_onMethodCall);
}