Stops scanning for Bluetooth devices.
@override Future<bool> stopBluetoothScan() async => await methodChannel.invokeMethod<bool>('stopBluetoothScan') ?? false;