listConversations method

Future<List<Map<String, dynamic>>> listConversations()

Implementation

Future<List<Map<String, dynamic>>> listConversations() {
  throw UnimplementedError('listConversations() has not been implemented.');
}