Asks the platform to stop scanning for Bluetooth devices.
Returns a Future that completes when the scan has been stopped.
Future<void> stopScan() { return _platform.stopScan(); }