closeCommand static method

ArcaneInteraction closeCommand([
  1. String? id
])

Implementation

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