MethodChannelGrovs class
An implementation of GrovsPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- GrovsPlatform
- MethodChannelGrovs
Constructors
Properties
- eventChannel → EventChannel
-
The event channel for receiving deeplink events
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
-
onDeeplinkReceived
→ Stream<
DeeplinkDetails> -
Stream of deeplink events
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateLink(
GenerateLinkParams params) → Future< String> -
Generate a Grovs link with the specified parameters
override
-
getPlatformVersion(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDebugLevel(
String level) → Future< void> -
Set debug level
override
-
setPushToken(
String token) → Future< void> -
Set the push token for receiving push notifications
override
-
setUserAttributes(
Map< String, dynamic> attributes) → Future<void> -
Set user attributes
override
-
setUserIdentifier(
String identifier) → Future< void> -
Set user identifier
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited