remove method

void remove(
  1. Function foo
)

Implementation

void remove(Function foo) {
  _functions.remove(foo);
}