Views class abstract

Constructors

Views()

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

addSegmentationToViewWithID(String viewID, Map<String, Object> segmentation) Future<void>
addSegmentationToViewWithName(String viewName, Map<String, Object> segmentation) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseViewWithID(String viewID) Future<void>
resumeViewWithID(String viewID) Future<void>
setGlobalViewSegmentation(Map<String, Object> segmentation) Future<void>
startAutoStoppedView(String viewName, [Map<String, Object> segmentation]) Future<String?>
startView(String viewName, [Map<String, Object> segmentation]) Future<String?>
stopAllViews([Map<String, Object> segmentation]) Future<void>
stopViewWithID(String viewID, [Map<String, Object> segmentation]) Future<void>
stopViewWithName(String viewName, [Map<String, Object> segmentation]) Future<void>
toString() String
A string representation of this object.
inherited
updateGlobalViewSegmentation(Map<String, Object> segmentation) Future<void>

Operators

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