closePopover static method

ArcaneInteraction closePopover([
  1. String? id
])

Implementation

static ArcaneInteraction closePopover([String? id]) =>
    _SurfaceInteraction('popover', 'close', id);