unLook method

dynamic unLook(
  1. SinkF f
)

Implementation

unLook(SinkF f) {
  looking.removeWhere((ff) => ff == f);
}