getSwitchesStatus method

String? getSwitchesStatus(
  1. int channel
)

Implementation

String? getSwitchesStatus(int channel) => (switches?[channel - 1])?['switch'];