send abstract method

Future<Response> send(
  1. MessageParams params
)

Sends an email using the mailgun API.

Takes params - an instance of MessageParams. Returns Response.

Implementation

Future<Response> send(MessageParams params);