Contents

popPanel(completion:)

Pops the top panel from the overlay’s panel stack.

Declaration

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

Parameters

  • completion:

    An optional block called when the panel has been popped.