onLoadResourceCustomScheme property
- @Deprecated('Use onLoadResourceWithCustomScheme instead')
- @override
final
Use onLoadResourceWithCustomScheme instead.
Implementation
@Deprecated('Use onLoadResourceWithCustomScheme instead')
@override
final Future<CustomSchemeResponse?> Function(
InAppWebViewController controller, Uri url)? onLoadResourceCustomScheme;