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