Hello, I'm using the BottomSheetScaffold to add the bottom sheet. When the back button is pressed, the sheet is not cancelled. What would be the best way to implement this functionality. I went thru the JetChat sample code which implements a back handler. Do we need to write a back handler that dismisses the sheet? Thanks