dismissBottomSheet

abstract fun dismissBottomSheet(id: String): Result<Unit>

Closes the non-modal bottom sheet registered under id, starting its two-phase dismissal animation.

Parameters

id

id of the sheet to close.