view static method
Renders a view template for the email body.
Implementation
static Future<MailerInterface> view(
String viewName, [
Map<String, dynamic>? data,
]) =>
manager.view(viewName, data);
Renders a view template for the email body.
static Future<MailerInterface> view(
String viewName, [
Map<String, dynamic>? data,
]) =>
manager.view(viewName, data);