ContactService class
- Inheritance
-
- Object
- MauticBaseService
- ContactService
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpClient ↔ Client
-
getter/setter pairinherited
- mauticBaseUrl ↔ String?
-
getter/setter pairinherited
- password ↔ String?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username ↔ String?
-
getter/setter pairinherited
Methods
-
currentFields(
) → Map< String, dynamic> -
inherited
-
deleteContact(
String contactId) → Future< void> -
getContactById(
String contactId) → Future< Map< String, dynamic> > -
getHeaders(
) → Map< String, String> -
inherited
-
initialize(
String mauticBaseUrl, String username, String password) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerAnonymousContact(
) → Future< Response> -
setCurrentFields(
Map< String, dynamic> currentFields) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateContact(
String contactId, Map< String, dynamic> contactData) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited