onBackPressed

abstract val onBackPressed: SharedFlow<Unit>

NewPlayerUI will use some back press events for its own navigation purposes. If the viewModel decides that a back press event should not be handled by itself. It will forward the event to you through this callback.