menu
khadem package
documentation
mail.dart
Mail
send static method
send static method
dark_mode
light_mode
send
static method
Future
<
bool
>
send
(
Mailable
mailable
)
Sends a mailable.
Implementation
static Future<bool> send(Mailable mailable) => manager.sendMailable(mailable);
khadem package
documentation
mail
Mail
send static method
Mail class