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