DeepLinkHandler<T> typedef
DeepLinkHandler<T> =
Future<T?> Function(BuildContext context)
Implementation
typedef Future<T?> DeepLinkHandler<T>(BuildContext context);
typedef Future<T?> DeepLinkHandler<T>(BuildContext context);