PagepilotPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PagepilotPlatform
Implementers

Constructors

PagepilotPlatform()
Constructs a PagepilotPlatform.

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

dispose() → Future<void>
getPlatformVersion() → Future<String?>
init(Config config) → Future<void>
loadTour() → Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetAllTour(dynamic userId) → Future<void>
resetTourById(dynamic id, dynamic userId) → Future<void>
setUserIdentifier({required String userId, required String tenantId, String? language = "en"}) → void
show({required BuildContext context, required String screen, Config? config, String? type, bool showNextAndPreviousButtons = false, required Map keys}) → Future<void>
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ↔ PagepilotPlatform
The default instance of PagepilotPlatform to use.
getter/setter pair