DeferredDeeplinkRequestException constructor
DeferredDeeplinkRequestException(
- DeferredDeeplinkErrorReason reason,
- String description,
- String? message
Implementation
DeferredDeeplinkRequestException(this.reason, this.description, this.message);