identifyBlink abstract method

Future<VtjCommandResult<IdentifyBlinkResult>> identifyBlink(
  1. BluetoothDevice device
)

Perform an identify blink pattern on the device LED. See BLE Interface Specification Section 7.9

Implementation

Future<VtjCommandResult<IdentifyBlinkResult>> identifyBlink(
  BluetoothDevice device,
);