Update: 2026-07-23 00:11:36
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user