DeepLinkBuilder typedef

DeepLinkBuilder = FutureOr<DeepLink> Function(PlatformDeepLink deepLink)

Signature for a function that builds DeepLink deepLink is the pre-resolved link coming from platform window

Implementation

typedef DeepLinkBuilder = FutureOr<DeepLink> Function(
    PlatformDeepLink deepLink);