StonlyFlutterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • StonlyFlutterPluginPlatform
Implementers

Constructors

StonlyFlutterPluginPlatform()
Constructs a StonlyFlutterPluginPlatform.

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

getPlatformVersion() Future<String?>
getWidgetId() Future<String?>
identify(String userId, Map<String, dynamic>? userData) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openGuide(String guideId, {int? stepId, GuideType? guideType}) Future<void>
openGuidedTour(String tourId, {int? stepId}) Future<void>
openKnowledgeBase(String kbId, {int? articleId}) Future<void>
setAuthorizedDomains(List<String> domains) Future<void>
setWidgetId(String widgetId) Future<void>
toString() String
A string representation of this object.
inherited
updateRoute(String route) Future<void>
updateStructure(String structure) Future<void>

Operators

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

Static Properties

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