setThemeMode static method

ArcaneInteraction setThemeMode(
  1. String mode
)

Implementation

static ArcaneInteraction setThemeMode(String mode) =>
    _ThemeInteraction('mode.set', mode);