setKillSwitch static method
Set kill switch (legacy method)
Implementation
static void setKillSwitch({required bool enable}) {
// TODO: Implement kill switch
print('Kill switch: $enable');
}
Set kill switch (legacy method)
static void setKillSwitch({required bool enable}) {
// TODO: Implement kill switch
print('Kill switch: $enable');
}