inbox property
NotificationInbox
get
inbox
Access to the notification inbox for managing inbox messages
Implementation
NotificationInbox get inbox {
_inboxInstance ??= NotificationInbox(platform: this);
return _inboxInstance!;
}