WebViewController constructor
WebViewController(
- MethodChannel _pluginChannel,
- int _index, {
- Widget? loading,
Implementation
WebViewController(this._pluginChannel, this._index, {Widget? loading})
: super(false) {
_loadingWidget = loading;
}