removeTester method

void removeTester(
  1. Key? key
)

Remove the item that no need selected.

Implementation

void removeTester(Key? key) {
  _selectorTest.remove(key);
}