setSwitchConfig method

void setSwitchConfig(
  1. AndrossySwitchConfig value
)

Implementation

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