removeStatusListener method Null safety
- AnimationStatusListener listener
override
Stops calling the listener every time the status of the animation changes.
If listener
is not currently registered as a status listener, this
method does nothing.
Listeners can be added with addStatusListener.
Implementation
@override
void removeStatusListener(AnimationStatusListener listener) { }