Stop scanning for Bluetooth devices.
@override Future<bool> stopScan() async { //print('⏹️ Flutter: stopScan() called'); _checkInitialization(); return await methodChannel.invokeMethod('stopScan'); }