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

getPlatformVersion() Future<String?>
init(Config config) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUserIdentifier({required String userId}) → void
show({required BuildContext context, required String screen, Config? config, String? type}) 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