getConversationListWithoutFormat method

Future<LinkedHashMap> getConversationListWithoutFormat({
  1. required String nextSeq,
  2. required int count,
})

Implementation

Future<LinkedHashMap<dynamic, dynamic>> getConversationListWithoutFormat({
  required String nextSeq,
  required int count,
}) async {
  throw UnimplementedError("getConversationListWithoutFormat() has not been implemented");
}