GoMailerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • GoMailerPlatform
Implementers

Constructors

GoMailerPlatform.new()
Constructs a GoMailerPlatform.

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

Operators

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

Static Properties

instance GoMailerPlatform
The default instance of GoMailerPlatform to use.
getter/setter pair