ResendAudiencesClient class
The client for the Resend Audiences API
Constructors
- ResendAudiencesClient.new({required String apiKey})
- Constructor of ResendAudiencesClient
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
-
addAudience(
String name) → Future< ResendResult< ResendAddAudienceResponse> > - Create a list of contacts.
-
deleteAudience(
String audienceId) → Future< ResendResult< ResendDeleteAudienceResponse> > - Remove an existing audience.
-
listAudiences(
) → Future< ResendResult< ResendListAudiencesResponse> > - Retrieve a list of audiences.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieveAudience(
String audienceId) → Future< ResendResult< ResendRetrieveAudienceResponse> > - Retrieve a single audience.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited