Stops scanning for Bluetooth peripherals.
@override Future<void> stopScan() async { await methodChannel.invokeMethod<void>('stopScan'); }