@override Future<void> stop() async { await UniversalBle.stopScan(); _isScanInProgress = false; notifyState(state); }