DeepLinkTransformer typedef

DeepLinkTransformer = Future<Uri> Function(Uri uri)

Signature for a function that transform the incoming Uri uri is the pre-resolved uri coming from platform window This is call before the DeepLinkBuilder to allow to transform the Uri

Implementation

typedef DeepLinkTransformer = Future<Uri> Function(Uri uri);