Unblocks a user.
userId is the ID of the user to unblock.
userId
Throws an exception if unblocking fails.
Future<void> unblockUser(String userId) async { await controller.unblockUser(userId); notifyListeners(); }