Gateway class abstract

EasySMS gateway.

The Gateway is responsible for generating the Request

Implementers

Constructors

Gateway()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(Iterable<PhoneNumber> to, Message message, Client client) Future<Iterable<Response>>
Convert a list of phone numbers and a message to a list of requests
toString() String
A string representation of this object.
inherited

Operators

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