getInbox method
Implementation
PrefetchBundleInbox getInbox() =>
_current?.inbox ?? PrefetchBundleInbox(unreadCount: 0, page: const [], cursor: null);
PrefetchBundleInbox getInbox() =>
_current?.inbox ?? PrefetchBundleInbox(unreadCount: 0, page: const [], cursor: null);