WebViewAssetLoader constructor

WebViewAssetLoader({
  1. String? domain,
  2. bool? httpAllowed,
  3. List<PlatformPathHandler>? pathHandlers,
})

Implementation

WebViewAssetLoader({this.domain, this.httpAllowed, this.pathHandlers});