Cancel an in-progress Bluetooth scan. Returns true if a scan was cancelled, false if no scan was in progress.
Future<bool> cancelScan() { throw UnimplementedError('cancelScan() has not been implemented.'); }