stopViewWithID abstract method

Future<void> stopViewWithID(
  1. String viewID, [
  2. Map<String, Object> segmentation
])

Stop a view using the ID. String viewID - ID for the view Map<String, Object> segmentation - segmentation data for this view

Implementation

Future<void> stopViewWithID(String viewID, [Map<String, Object> segmentation]);