CometChatCallsException.callSettingsNull constructor

CometChatCallsException.callSettingsNull()

Creates a CometChatCallsException for call settings null error.

Implementation

factory CometChatCallsException.callSettingsNull() {
  return CometChatCallsException(
    ErrorCodeConstants.codeCallSettingsNull,
    ErrorMessageConstants.messageCallSettingsNull,
    ErrorDetailConstants.detailCallSettingsNull,
  );
}