remove method

bool remove(
  1. E toRemove
)

Implementation

bool remove(E toRemove) => update(() => _list.remove(toRemove));