GoMailerWeb class

A web implementation of the GoMailerPlatform of the GoMailer plugin.

Inheritance

Constructors

GoMailerWeb.new()
Constructs a GoMailerWeb

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addUserTags(List<String> tags) Future<void>
inherited
getDeviceToken() Future<String?>
inherited
getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
override
initialize({required String apiKey, required Map<String, dynamic> config}) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerForPushNotifications({required String email}) Future<void>
inherited
removeUserTags(List<String> tags) Future<void>
inherited
setAnalyticsEnabled(bool enabled) Future<void>
inherited
setLogLevel(int level) Future<void>
inherited
setUser(Map<String, dynamic> user) Future<void>
inherited
setUserAttributes(Map<String, dynamic> attributes) Future<void>
inherited
toString() String
A string representation of this object.
inherited
trackEvent({required String eventName, Map<String, dynamic>? properties}) Future<void>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(Registrar registrar) → void