NotificationInbox constructor
NotificationInbox({
- CustomerIOMessagingInAppPlatform? platform,
Implementation
NotificationInbox({CustomerIOMessagingInAppPlatform? platform})
: _platform = platform ?? CustomerIOMessagingInAppPlatform.instance;