didStopListening method
Called when the number of listeners changes from one to zero.
Implementation
@override
void didStopListening() {
WidgetsBinding.instance.addPostFrameCallback((_) {
_unregisterWithAnimationModule();
});
super.didStopListening();
}