showInbox static method

Future<void> showInbox(
  1. Map<String, dynamic> styleConfig
)

Opens CTInboxActivity to display Inbox Messages

Implementation

static Future<void> showInbox(Map<String, dynamic> styleConfig) async {
  return await _dartToNativeMethodChannel
      .invokeMethod('showInbox', {'styleConfig': styleConfig});
}