connect method
Connect to a scanner by ID
scannerId The ID of the scanner to connect to
Returns true if connection was successful, false otherwise
Implementation
Future<bool> connect(int scannerId) {
throw UnimplementedError('connect() has not been implemented.');
}