EmailManager mixin
- Superclass constraints
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLogEnabled ↔ bool
-
getter/setter pairinherited
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saveManager ↔ SaveManager
-
getter/setter pairinherited
Methods
-
addEmail(
String email) → dynamic -
clearEmails(
{bool isClearSavedData = false}) → dynamic -
editEmail(
String newEmail, String oldEmail) → dynamic -
getSelectedEmail(
) → String? -
getSendEmails(
) → List< String> -
getSendEmailsFromCache(
) → Future< List< String> > -
initEmail(
SendTextFunction? sendText) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeEmail(
String email) → dynamic -
saveSelectedEmail(
) → Future< bool> -
sendText(
{required String body, required String title, required String email, String? url}) → Future< String?> -
setSelectedEmail(
String? email) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- selectedEmailsKey → const String
- sendEmailsKey → const String