scannerStart method
Starts a scanner session with the provided timeout (milliseconds).
Implementation
Future<void> scannerStart({
required int cameraId,
required int timeoutMs,
}) {
throw UnimplementedError('scannerStart() has not been implemented.');
}