onIncomingLinkAction property
Callback invoked for each incoming external URI when useDeepLinks is
enabled. Return true to let Nylo route automatically; return false
to suppress automatic routing (e.g. to handle the URI manually).
Implementation
Future<bool> Function(Uri uri)? onIncomingLinkAction;