QwrayPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • QwrayPluginPlatform
Implementers

Constructors

QwrayPluginPlatform()
Constructs a QwrayPluginPlatform.

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

addEvent(String eventName) Future<void>
configure(String enironment_id) Future<void>
dismissActiveSurvey() Future<void>
logout() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentSurvey(bool isBanner) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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