getInbox method

PrefetchBundleInbox getInbox()

Implementation

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