hidePanel(completion:)
Hides the overlay.
Declaration
func hidePanel(completion: ((Bool, (any Error)?) -> Void)? = nil)func hidePanel() async throws -> BoolParameters
- completion:
An optional block called when the overlay has been hidden.
Hides the overlay.
func hidePanel(completion: ((Bool, (any Error)?) -> Void)? = nil)func hidePanel() async throws -> BoolAn optional block called when the overlay has been hidden.