stopScan stops scanning for BLE devices.
This method will stop the streaming of BLE devices.
@override Future<bool?> stopScan() => Future.value(true);