alertCommand method

Future<bool> alertCommand({
  1. RfidAlertDuration? duration,
})

Implementation

Future<bool> alertCommand({RfidAlertDuration? duration}) {
  throw UnimplementedError('alertCommand() has not been implemented.');
}