GoMailerConfig constructor
GoMailerConfig({
- String apiKey = '',
- String? baseUrl,
- GoMailerEnvironment? environment,
- bool enableAnalytics = true,
- GoMailerLogLevel logLevel = GoMailerLogLevel.info,
Implementation
GoMailerConfig({
this.apiKey = '',
this.baseUrl,
this.environment,
this.enableAnalytics = true,
this.logLevel = GoMailerLogLevel.info,
});