add Back Stack Listener
Adds a back stack listener to be notified of changes. If the listener has already been added previously, 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 notified. Must be non-null.