remove method

bool remove(
  1. Object? value
)

Implementation

bool remove(Object? value) => _safeSet.remove(value);