IRCIMIWGetConversationTypeNotificationLevelCallback constructor

IRCIMIWGetConversationTypeNotificationLevelCallback({
  1. required dynamic onSuccess(
    1. RCIMIWPushNotificationLevel? t
    ),
  2. required dynamic onError(
    1. int? code
    ),
})

Implementation

IRCIMIWGetConversationTypeNotificationLevelCallback(
    {required this.onSuccess, required this.onError});