remove method

void remove(
  1. T data
)

Implementation

void remove(T data) => removeAll([data]);