onLoadResourceCustomScheme method
- @Deprecated('Use onLoadResourceWithCustomScheme instead')
- Uri url
Use onLoadResourceWithCustomScheme instead.
Implementation
@Deprecated('Use onLoadResourceWithCustomScheme instead')
Future<CustomSchemeResponse?>? onLoadResourceCustomScheme(Uri url) {
return null;
}