Definition at line 9 of file location_service.dart.
◆ LocationService()
| factory LocationService::LocationService |
( |
| ) |
|
|
inlineprivate |
◆ _internal()
◆ _sendLocationToServer()
| Future< bool > LocationService::_sendLocationToServer |
( |
{ required int driverId, required double latitude, required double longitude, int? poId, String? poStatus, } | | ) |
|
|
inlineprivate |
◆ setDriverId()
| void LocationService::setDriverId |
( |
int | driverId | ) |
|
|
inlineprivate |
◆ startLocationTracking()
| Future< void > LocationService::startLocationTracking |
( |
| ) |
|
|
inlineprivate |
◆ stopLocationTracking()
| void LocationService::stopLocationTracking |
( |
| ) |
|
|
inlineprivate |
◆ updateDeliveryContext()
| void LocationService::updateDeliveryContext |
( |
{int? poId, String? poStatus} | | ) |
|
|
inlineprivate |
◆ _apiClient
◆ _currentPoId
| int LocationService::_currentPoId |
|
private |
◆ _currentPoStatus
| String LocationService::_currentPoStatus |
|
private |
◆ _driverId
| int LocationService::_driverId |
|
private |
◆ _instance
◆ _positionStream
| StreamSubscription<Position> LocationService::_positionStream |
|
private |
The documentation for this class was generated from the following file: