unblockUser method
This method is used to unblock the user.
Implementation
Future<void> unblockUser(
String userJID, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}
This method is used to unblock the user.
Future<void> unblockUser(
String userJID, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}