NIMKickOutByOtherClientEvent constructor Null safety
- NIMAuthStatus status,
- int? clientType,
- int? customClientType
Implementation
NIMKickOutByOtherClientEvent(
NIMAuthStatus status,
this.clientType,
this.customClientType,
) : super(status);
NIMKickOutByOtherClientEvent(
NIMAuthStatus status,
this.clientType,
this.customClientType,
) : super(status);