removeStatusListener method

  1. @override
void removeStatusListener(
  1. 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) { }