GrovsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • GrovsPlatform
Implementers

Constructors

GrovsPlatform()
Constructs a GrovsPlatform.

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?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDebugLevel(String level) Future<void>
Set debug level
setPushToken(String token) Future<void>
Set the push token for receiving push notifications
setUserAttributes(Map<String, dynamic> attributes) Future<void>
Set user attributes
setUserIdentifier(String identifier) Future<void>
Set user identifier
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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