isScanning property

Stream<bool> get isScanning

Returns an event stream about whether the device is currently scanning for Bluetooth devices

Implementation

Stream<bool> get isScanning => _instance.isScanning();