openPopover static method

ArcaneInteraction openPopover(
  1. String id
)

Implementation

static ArcaneInteraction openPopover(String id) =>
    _SurfaceInteraction('popover', 'open', id);