LocationService class

Implemented types

Constructors

LocationService(RestClient _restClient)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addConsumerLocation(String id, Map<String, dynamic> body) Future<EntityLocation>
override
addRetailerLocation(String id, Map<String, dynamic> body) Future<EntityLocation>
override
getConsumerLocations(Map<String, dynamic> queries) Future<EntityLocation>
override
getNearByRetailerLocations(Map<String, dynamic> queries) Future<List<EntityLocation>?>
override
getRetailerLocations(Map<String, dynamic> queries) Future<EntityLocation>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateRealTimeLocationOfConsumer(Map<String, dynamic> body) Future<RealTimeLocation>
override
updateRealTimeLocationOfShopper(Map<String, dynamic> body) Future<RealTimeLocation>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited