hardwareId static method

String hardwareId(
  1. int card,
  2. int device
)

Implementation

static String hardwareId(int card, int device) => 'hw:$card,$device';