SMTPService class
- Implemented types
Constructors
- SMTPService({required String username, required String password})
-
factory
Properties
Methods
-
attach(
Observer observer) → void -
override
-
detach(
Observer observer) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
SecureSocket socket) → Future< void> -
override
-
sendEmail(
Email email) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited