NotificationInbox constructor

NotificationInbox({
  1. CustomerIOMessagingInAppPlatform? platform,
})

Implementation

NotificationInbox({CustomerIOMessagingInAppPlatform? platform})
    : _platform = platform ?? CustomerIOMessagingInAppPlatform.instance;