chatErrorCodeFromCode function
Implementation
ChatErrorCode? chatErrorCodeFromCode(int code) =>
_errorCodeWithDescription.keys.firstWhereOrNull((key) => _errorCodeWithDescription[key]!.key == code);
ChatErrorCode? chatErrorCodeFromCode(int code) =>
_errorCodeWithDescription.keys.firstWhereOrNull((key) => _errorCodeWithDescription[key]!.key == code);