onLoadResourceCustomScheme property

  1. @Deprecated('Use onLoadResourceWithCustomScheme instead')
Future<CustomSchemeResponse?> Function(T controller, Uri url)? onLoadResourceCustomScheme
final

Implementation

@Deprecated('Use onLoadResourceWithCustomScheme instead')
final Future<CustomSchemeResponse?> Function(T controller, Uri url)?
    onLoadResourceCustomScheme;