MethodChannelGoMailer class
An implementation of GoMailerPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- GoMailerPlatform
- MethodChannelGoMailer
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addUserTags(
List< String> tags) → Future<void> -
override
-
getDeviceToken(
) → Future< String?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
initialize(
{required String apiKey, required Map< String, dynamic> config}) → Future<void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerForPushNotifications(
{required String email}) → Future< void> -
override
-
removeUserTags(
List< String> tags) → Future<void> -
override
-
setAnalyticsEnabled(
bool enabled) → Future< void> -
override
-
setLogLevel(
int level) → Future< void> -
override
-
setUser(
Map< String, dynamic> user) → Future<void> -
override
-
setUserAttributes(
Map< String, dynamic> attributes) → Future<void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
trackEvent(
{required String eventName, Map< String, dynamic> ? properties}) → Future<void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited