Plotline class

Constructors

Plotline.new()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

ctx ↔ dynamic
getter/setter pair
visibilityMap Map<String, dynamic>
getter/setter pair

Static Methods

areViewsPresentInWeb(JSArray<JSAny?> searchElements, double pixRatio, int screenWidth, int screenHeight) JSArray<JSAny?>
debug(bool enableDebug) → void
findViewByKey(String key, BuildContext context) BuildContext?
getViewPositionInWeb(String clientElementId, double pixelRatio, int screenWidth, int screenHeight) JSObject
identify(Map<String, dynamic> attributes) → void
init(String apiKey, String userId, {String endpoint = ''}) → void
isWithinBoundsOfWeb(BuildContext element, Offset position, int screenWidth, int screenHeight) bool
logout() → void
recurseKey(BuildContext element, double pixRatio, int screenWidth, int screenHeight) List<Map<String, dynamic>>
setColor(Map<String, String> colors) → void
setLocale(String locale) → void
setPlotlineEventsListener(dynamic callbackFunc(String eventName, Map<String, dynamic> properties)) Future<void>
setPlotlineRedirectListener(dynamic callbackFunc(Map<String, dynamic> properties)) Future<void>
showMockStudy() → void
track(String eventName, {Map<String, dynamic> properties = const {}}) → void
trackPage(String pageName, BuildContext context) → void