Unblocks a user with userId.
userId
Future<void> unblockUser(String userId) async { await _int.api.send(UserUnblockRequest(targetId: userId)); }