isUserUnArchived method
This method is used to check if the user is unarchived.
Implementation
Future<bool?> isUserUnArchived(String jid) {
throw UnimplementedError('has not been implemented.');
}
This method is used to check if the user is unarchived.
Future<bool?> isUserUnArchived(String jid) {
throw UnimplementedError('has not been implemented.');
}