cancelScan property
Future<void>
get
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;
}