isScanInProgress property

bool isScanInProgress

Checks if scan is already in progress. For performance reasons, you can't begin scan while the first one is running.

Implementation

bool get isScanInProgress => _isScanInProgress;