handleDeepLink property

dynamic Function(Uri)? handleDeepLink
final

Callback invoked when a deep link is intercepted.

Receives the parsed Uri and should handle navigation accordingly.

Implementation

final Function(Uri)? handleDeepLink;