IRCIMIWGetConversationTypeNotificationLevelCallback constructor
IRCIMIWGetConversationTypeNotificationLevelCallback({
- required dynamic onSuccess(),
- required dynamic onError(
- int? code
Implementation
IRCIMIWGetConversationTypeNotificationLevelCallback(
{required this.onSuccess, required this.onError});