WhatsappException constructor
const
WhatsappException({
- String message = "Something went wrong",
- WhatsappExceptionType exceptionType = WhatsappExceptionType.unknown,
- String? details,
Implementation
const WhatsappException({
this.message = "Something went wrong",
this.exceptionType = WhatsappExceptionType.unknown,
this.details,
});