WebViewController constructor

WebViewController(
  1. MethodChannel _pluginChannel,
  2. int _index, {
  3. Widget? loading,
})

Implementation

WebViewController(this._pluginChannel, this._index, {Widget? loading})
    : super(false) {
  _loadingWidget = loading;
}