remove method

void remove(
  1. T obj
)

Implementation

void remove(T obj) => _updateListState((curList) => curList..remove(obj));