openConversations method

Future openConversations()

Implementation

Future<dynamic> openConversations() async {
  await js.context.callMethod('eval', ['Kommunicate.openConversationList()']);
}