getCommand method
- int commandId
override
Implementation
@override
BleCommandEnvelope getCommand(int commandId) => BleCommandEnvelope(
commandType: BleCommand.wifiStartScan.value,
commandId: commandId,
args: ssid != null ? [ssid] : null,
);