getRecentChatListIncludingArchived method

Future<String> getRecentChatListIncludingArchived()

This method is used to get the recent chat list including archived.

Implementation

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