Contents

hidePanel(completion:)

Hides the overlay.

Declaration

func hidePanel(completion: ((Bool, (any Error)?) -> Void)? = nil)
func hidePanel() async throws -> Bool

Parameters

  • completion:

    An optional block called when the overlay has been hidden.