send static method

Future<bool> send(
  1. Mailable mailable
)

Sends a mailable.

Implementation

static Future<bool> send(Mailable mailable) => manager.sendMailable(mailable);