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 -> BoolParameters
- completion:
An optional block called when the panel has been popped.