Update: 2026-07-23 00:11:36

This commit is contained in:
Hamza-Ayed
2026-07-23 00:11:37 +03:00
parent b86f95c90d
commit a7fa40dc31
4 changed files with 10 additions and 10 deletions
@@ -467,7 +467,7 @@ class LocationController extends GetxController with WidgetsBindingObserver {
// In LocationController.dart
void emitLocationToSocket(LatLng pos, double head, double spd) {
String status = box.read(BoxName.statusDriverLocation) ?? 'on';
String status = box.read(BoxName.statusDriverLocation) ?? 'off';
String? currentRideStatus = box.read(BoxName.rideStatus);
String? storedPassengerId = box.read(BoxName.passengerID);
String? storedRideId = box.read(BoxName.rideId);