Removes a User identified by the provided userId from the blocklist.
userId
Future<void> remove(UserId userId) { Log.debug('remove($userId)', '$runtimeType'); return blocklist.remove(userId); }