VwoFlutter class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
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>
-
-
logout()
→ Future<bool>
-
-
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
-
-
setAttribute(Map<String, dynamic> attributes)
→ Future<bool>
-
-
setCrashHandler()
→ void
-
-
setCustomVariables(Map<String, dynamic> value)
→ Future<void>
-
-
setScreenViewed(dynamic screenName)
→ Future<void>
-
-
setSurveyLanguage(String languageCode)
→ Future<bool>
-
-
setUserEmail(String userEmail)
→ Future<bool>
-
-
setUserName(String userName)
→ Future<bool>
-
-
startRecording()
→ Future<bool>
-
-
stopRecording()
→ Future<bool>
-
-
trackEvent(String eventName, [Map<String, dynamic>? eventProperties])
→ Future<bool>
-