CometChatCallsException.callTokenNull constructor
CometChatCallsException.callTokenNull()
Creates a CometChatCallsException for call token null error.
Implementation
factory CometChatCallsException.callTokenNull() {
return CometChatCallsException(
ErrorCodeConstants.codeCallTokenNull,
ErrorMessageConstants.messageCallTokenNull,
ErrorDetailConstants.detailCallTokenNull,
);
}