openParticularConversation method

Future openParticularConversation(
  1. String clientConversationId
)

Implementation

Future<dynamic> openParticularConversation(
    String clientConversationId) async {
  await js.context.callMethod(
      'eval', ['Kommunicate.openConversation("$clientConversationId")']);
}