@override Future<void> stopNotifications() async { backend.UniversalBle.unsubscribe(_deviceId, _serviceId, _characteristicId); backend.UniversalBle.onValueChange = null; }