removeListener abstract method
Remove a previously registered closure from the list of closures that the object notifies.
Implementation
void removeListener(VoidCallback listener);
Remove a previously registered closure from the list of closures that the object notifies.
void removeListener(VoidCallback listener);