startAutoStoppedView abstract method

Future<String?> startAutoStoppedView(
  1. String viewName, [
  2. Map<String, Object> segmentation
])

Start a view that will be automatically stopped when another view is started. String viewName - Name of view Map<String, Object> segmentation - segmentation data for this view Returns the view id

Implementation

Future<String?> startAutoStoppedView(String viewName, [Map<String, Object> segmentation]);