DeepLinkException constructor
DeepLinkException(
- String message, [
- dynamic details
Implementation
DeepLinkException(this.message, [this.details]);
DeepLinkException(this.message, [this.details]);