NIMRevokeMessage constructor Null safety
- {NIMMessage? message,
- String? attach,
- String? revokeAccount,
- String? customInfo,
- int? notificationType,
- RevokeMessageType? revokeType,
- String? callbackExt}
Implementation
NIMRevokeMessage(
{this.message,
this.attach,
this.revokeAccount,
this.customInfo,
this.notificationType,
this.revokeType,
this.callbackExt});