CometChatCallsException.loginInProgress constructor

CometChatCallsException.loginInProgress()

Creates a CometChatCallsException for login in progress error.

Implementation

factory CometChatCallsException.loginInProgress() {
  return CometChatCallsException(
    ErrorCodeConstants.errorLoginInProgress,
    ErrorMessageConstants.messageLoginInProgress,
    ErrorDetailConstants.detailLoginInProgress,
  );
}