openInbox method

Inbox openInbox()

Initialises and returns an Inbox instance.

Implementation

Inbox openInbox() {
  _ensureReady();

  return Inbox(_connector, _user.id);
}