SurvicateSdkChannels class

An implementation of SurvicateSdkPlatform that uses method/event channels.

Inheritance

Constructors

SurvicateSdkChannels.new()

Properties

eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
Channels used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSurvicateEventListener(SurvicateEventListenerInterface listener) → void
override
enterScreen(String screenName) Future<void>
override
initializeSdk() Future<void>
override
invokeEvent(String eventName, Map<String, String> properties) Future<void>
override
leaveScreen(String screenName) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSurvicateEventListener(SurvicateEventListenerInterface listener) → void
override
reset() Future<void>
override
setUserTrait(String key, String value) Future<void>
override
setUserTraits(Map<String, String> traits) Future<void>
override
setWorkspaceKey(String workspaceKey) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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