ChatwootClientException constructor

ChatwootClientException(
  1. String cause,
  2. ChatwootClientExceptionType type, {
  3. dynamic data,
})

Implementation

ChatwootClientException(this.cause, this.type, {this.data});