SurvicateSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SurvicateSdkPlatform
Implementers

Constructors

SurvicateSdkPlatform.new()
Constructs a SurvicateSdkPlatform.

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

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

Operators

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

Static Properties

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