openDrawer static method

ArcaneInteraction openDrawer(
  1. String id
)

Implementation

static ArcaneInteraction openDrawer(String id) =>
    _SurfaceInteraction('drawer', 'open', id);