onLoadResourceCustomScheme property

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

Use onLoadResourceWithCustomScheme instead.

Implementation

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