getCommand method

  1. @override
BleCommandEnvelope getCommand(
  1. int commandId
)
override

Implementation

@override
BleCommandEnvelope getCommand(int commandId) => BleCommandEnvelope(
      commandType: BleCommand.wifiGetScanResults.value,
      commandId: commandId,
      args: [resultIndex],
    );