configure static method

void configure(
  1. DemoThemePreset preset
)

Implementation

static void configure(DemoThemePreset preset) {
  TsdtechUiConfig.initialize(
    apiKey: 'demo-api-key',
    locale: TsdtechLocale.pt,
    theme: themeForPreset(preset),
  );
}