FSPage class

Fullstory Page object

See FS.page()

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() → void
Free the native Fullstory Android/iOS SDK FSPage object that is linked to this Dart object.
end() Future<void>
End the current page. Optional. Starting a different page implicitly ends the current one.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start({Map<String, Object?>? propertyUpdates}) Future<void>
Start the current page. May be called multiple times if the page is visited more than once.
toString() String
A string representation of this object.
inherited
updateProperties(Map<String, Object?> properties) Future<void>
Merge the given properties into the page's existing properties (if any).

Operators

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