NotificationInbox constructor

NotificationInbox({
  1. ZixflowMessagingInAppPlatform? platform,
})

Implementation

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