dismissModalBottomSheet

open override fun dismissModalBottomSheet(id: String): Result<Unit>

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

Parameters

id

id of the sheet to close.