Marigold class
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getDeviceID(
) → Future< String?> -
logRegistrationEvent(
String? userId) → Future< void> -
registerForPushNotifications(
) → Future< void> -
setCrashHandlersEnabled(
bool enabled) → Future< void> -
setGeoIPTrackingEnabled(
bool enabled) → Future< void> -
setInAppNotificationsEnabled(
bool enabled) → Future< void> -
syncNotificationSettings(
) → Future< void> -
testOverrideChannel(
MethodChannel channel) → void -
updateLocation(
double lat, double lon) → Future< void>