VwoFlutter class
Constructors
- VwoFlutter()
-
factory
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
-
screenChanged(
String newScreen) → Future< String?> -
sendScreenList(
List< String> list) → Future<bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
platformVersion
→ Future<
String> -
no setter
Static Methods
-
clearWidgetCoordinatesFor(
String key) → Future< void> -
hideText(
dynamic value) → Future< void> -
hideWidget(
dynamic value) → Future< void> -
hideWithCoordinates(
String key, int x0, int y0, int x1, int y1) → Future< void> -
logEvent(
dynamic logEvent) → Future< void> -
notifyOrientationChange(
Orientation changedTo) → Future< void> -
pauseRecording(
) → void -
reportErrorToVwoInsights(
String type, String? stackTrace) → void -
resumeRecording(
) → void -
sendCustomAttribute(
Map< String, dynamic> value) → Future<void> -
sendCustomEvent(
String key, Map< String, dynamic> value) → Future<void> -
sendFlutterVersion(
) → void -
setCrashHandler(
) → void -
setCustomVariables(
Map< String, dynamic> value) → Future<void> -
setScreenViewed(
dynamic screenName) → Future< void> -
startRecording(
) → Future< bool> -
stopRecording(
) → Future< bool>