menu
flutter_hyperswitch package
documentation
types.dart
HyperConfig
HyperConfig constructor
HyperConfig constructor
dark_mode
light_mode
HyperConfig
constructor
HyperConfig
(
{
required
String
publishableKey
,
String
?
customBackendUrl
,
String
?
customLogUrl
,
})
Implementation
HyperConfig({ required this.publishableKey, this.customBackendUrl, this.customLogUrl, });
flutter_hyperswitch package
documentation
types
HyperConfig
HyperConfig constructor
HyperConfig class