CometChatCallsException.sdkNotInitialized constructor

CometChatCallsException.sdkNotInitialized()

Creates a CometChatCallsException for SDK not initialized error.

Implementation

factory CometChatCallsException.sdkNotInitialized() {
  return CometChatCallsException(
    ErrorCodeConstants.codeCometChatCallsSDKInitError,
    ErrorMessageConstants.messageCometChatCallsSDKInitError,
    ErrorDetailConstants.detailCometChatCallsSDKInitError,
  );
}