openUrl property
An optional function to handle external URL opening.
If provided, this function will be called when context.openUrl or
launchAction is used with an external URL (e.g., 'https://...').
Implementation
final Future<void> Function(Uri uri)? openUrl;