openInbox static method
Future<void>
openInbox(
- BuildContext context, {
- ClarioDeskTheme? theme,
- 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);