connectByIds method

Future<bool> connectByIds(
  1. int vendorId,
  2. int productId
)

Conecta ao dispositivo USB por Vendor ID e Product ID

Implementation

Future<bool> connectByIds(int vendorId, int productId) {
  throw UnimplementedError('connectByIds() has not been implemented.');
}