Grovs class

Main class for interacting with the Grovs SDK

Constructors

Grovs()

Properties

hashCode int
The hash code for this object.
no setterinherited
onDeeplinkReceived Stream<DeeplinkDetails>
Stream of deeplink events
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Generate a Grovs link with the specified parameters
getPlatformVersion() Future<String?>
Get the platform version
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDebugLevel(String level) Future<void>
Set debug level for logging
setPushToken(String token) Future<void>
Set push notification token
setUserAttributes(Map<String, dynamic> attributes) Future<void>
Set user attributes
setUserIdentifier(String identifier) Future<void>
Set the user identifier
toString() String
A string representation of this object.
inherited

Operators

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