updateRealTimeLocationOfConsumer method

Future<RealTimeLocation?> updateRealTimeLocationOfConsumer(
  1. Map<String, dynamic> body
)

Implementation

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