Creates a Resend email provider.
const ResendProvider({required String apiKey, required String fromEmail}) : _apiKey = apiKey, _fromEmail = fromEmail;