DeepLinkHandleAction constructor
DeepLinkHandleAction({
- Invokable? initiator,
- required String? url,
- required EnsembleAction? onLinkReceived,
- EnsembleAction? onError,
Implementation
DeepLinkHandleAction({
super.initiator,
required this.url,
required this.onLinkReceived,
this.onError,
});