setSwitchConfig method
void
setSwitchConfig(
- AndrossySwitchConfig value
Implementation
void setSwitchConfig(AndrossySwitchConfig value) {
onNotifyWithCallback(() => switchConfig = value);
}