LeadsExecutiveDataSourceImpl class

Inheritance

Constructors

LeadsExecutiveDataSourceImpl(NetworkService networkService)

Properties

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

Methods

addLead(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
addOpportunity(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
addReply(Map<String, dynamic> data, List<File> file) Future<Either<AppException, Response>>
override
addTravelAllowance(Map<String, dynamic> data, List<File> file) Future<Either<AppException, Response>>
override
getCity(String id) Future<Either<AppException, Response>>
override
getComplainList() Future<Either<AppException, Response>>
override
getComplainLogList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
getComplainStatusList() Future<Either<AppException, Response>>
override
getCropList() Future<Either<AppException, Response>>
override
getDistrict() Future<Either<AppException, Response>>
override
getFieldVisit() Future<Either<AppException, Response>>
override
getLeadrank(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
getOpportunityList() Future<Either<AppException, Response>>
override
getTaluka(String id) Future<Either<AppException, Response>>
override
getTravelAllowanceList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
leadList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
leadView(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
productList() Future<Either<AppException, Response>>
override
toString() String
A string representation of this object.
inherited
updateFieldVisit(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
vehiclePrice(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
vipFarmerList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override

Operators

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