LeadsExecutiveDataSource class abstract

Implementers

Constructors

LeadsExecutiveDataSource()

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

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

Operators

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