remove Back Stack Listener
open fun removeBackStackListener(@NonNull backStackListener: NavigationBackStack.BackStackListener<T>)
Removes the back stack listener. Upon calling this method the listener
will no longer be notified of any changes. If the listener has not been added, this method will be a no-op. Adding null
is not allowed,and will result in an exception.
Parameters
back Stack Listener
BackStackListener that should be removed. Must be non-null.