CrmRepo class

Constructors

CrmRepo([AppApi? api])
factory

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

addCrmLeadsToProject(dynamic params) Future<bool>
addCrmProjectMember(dynamic params) Future<bool>
createCrmLead(dynamic params) Future<bool>
createCrmProjectFromPro(dynamic params) Future<bool>
createInTouchHistory(dynamic params) Future<bool>
deleteCrmLead(dynamic params) Future<bool>
getCrmIntouchList(dynamic params) Future<List<CrmIntouch>>
getCrmLeadDetails(dynamic params) Future<CrmLead?>
getCrmLeadHistory(dynamic params) Future<List<CrmIntouchHistory>>
getCrmProjectMemberList(dynamic params) Future<List<ProInfo>>
getCrmStatusList(dynamic params) Future<List<CrmStatus>>
getListCrmProjectsFromPro(dynamic params) Future<List<CrmProject>>
getListOfLeadsFromPro(dynamic params) Future<List<CrmLead>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCrmLeadsToProject(dynamic params) Future<bool>
removeCrmProjectMember(dynamic params) Future<bool>
setThumbnailForCrmLead(dynamic bytes, dynamic path, dynamic uuid) Future<String?>
toString() String
A string representation of this object.
inherited
updateCrmLead(dynamic params) Future<bool>

Operators

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