MailgunClient class

Client for communicating with the Mailgun API

The client currently only supports the <domain>/messages endpoint.

Constructors

MailgunClient(String domain, String apiKey)
initialise a MailgunClient with the default host
factory
MailgunClient.eu(String domain, String apiKey)
initialise MailgunClient with the eu host
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message MessageClient
configured instance of the MessageClient class
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
close the client
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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