updateRealTimeLocationOfConsumer method
Implementation
Future<RealTimeLocation?> updateRealTimeLocationOfConsumer(
Map<String, dynamic> body) async {
return await _locationService.updateRealTimeLocationOfConsumer(body);
}
Future<RealTimeLocation?> updateRealTimeLocationOfConsumer(
Map<String, dynamic> body) async {
return await _locationService.updateRealTimeLocationOfConsumer(body);
}