removeStatusListener method Null safety
- AnimationStatusListener listener
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
void removeStatusListener(AnimationStatusListener listener);