forget method

void forget(
  1. VoidCallback fn
)

Implementation

void forget(VoidCallback fn) => _listeners.remove(fn);