cancelScan property

Future<void> cancelScan

Turn off the bluetooth scan, and the result listens to the callback through the bleScanEveStm data stream.

Implementation

Future<void> get cancelScan {
  return _platform.cancelScan;
}