showConversations method

Future<void> showConversations()

Presents the native view for chat conversations.

Implementation

Future<void> showConversations() {
  throw UnimplementedError('showConversations() has not been implemented.');
}