cancelScan method

Future<bool> cancelScan()

Cancel an in-progress Bluetooth scan. Returns true if a scan was cancelled, false if no scan was in progress.

Implementation

Future<bool> cancelScan() {
  throw UnimplementedError('cancelScan() has not been implemented.');
}