handleExtractor property

ExtractHandleFromUri? handleExtractor
final

Allows this link provider to extract a handle from a Uri. This is also used to locate a link provider for any given uri. If this function returns null, then this link provider is not able to handle links of this type

Implementation

final ExtractHandleFromUri? handleExtractor;