openInbox static method

Future<void> openInbox(
  1. BuildContext context, {
  2. ClarioDeskTheme? theme,
  3. ClarioDeskStrings? strings,
})

Open the conversation list (or the composer if there are none yet).

Implementation

static Future<void> openInbox(
  BuildContext context, {
  ClarioDeskTheme? theme,
  ClarioDeskStrings? strings,
}) =>
    _present(context, CdRoutes.inbox, theme, strings);