DeferredDeeplinkRequestException constructor

DeferredDeeplinkRequestException(
  1. DeferredDeeplinkErrorReason reason,
  2. String description,
  3. String? message
)

Implementation

DeferredDeeplinkRequestException(this.reason, this.description, this.message);