cmds abstract method

Future<List<CmdEntity>?> cmds(
  1. int handware
)

获取检测项的 指令列表

Implementation

Future<List<CmdEntity>?> cmds(int handware);