removeObserver method
Implementation
void removeObserver(LifecycleObserver observer, [LifecycleState? endWith]) =>
removeLifecycleObserver(observer, willEnd: endWith);
void removeObserver(LifecycleObserver observer, [LifecycleState? endWith]) =>
removeLifecycleObserver(observer, willEnd: endWith);