remove method

bool remove(
  1. Object? value
)

Implementation

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