OnSwitchChanged typedef

OnSwitchChanged = bool Function(bool value)

开关改变事件处理

Implementation

typedef OnSwitchChanged = bool Function(bool value);