ChatCallKitError.im constructor

ChatCallKitError.im(
  1. int code,
  2. String desc
)

Implementation

factory ChatCallKitError.im(int code, String desc) {
  return ChatCallKitError._(ChatCallKitErrorType.im, code, desc);
}