@override Future<void> scan() async { devices.clear(); WinBle.startScanning(); _isScanInProgress = true; notifyState(state); }