setSwitchConfig method

void setSwitchConfig(
  1. SwitchConfig value
)

Implementation

void setSwitchConfig(SwitchConfig value) {
  onNotifyWithCallback(() => switchConfig = value);
}