@override Future<void> stopNotifications() async { backend.UniversalBle.unsubscribe(deviceId, serviceId, characteristicId); backend.UniversalBle.onValueChange = null; }