getArchivedChatList method

Future<void> getArchivedChatList(
  1. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to get the Archived chat list.

Implementation

Future<void> getArchivedChatList(Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}