stopViewWithName abstract method

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

Stop a view using the name. String viewName - Name of view Map<String, Object> segmentation - segmentation data for this view

Implementation

Future<void> stopViewWithName(String viewName, [Map<String, Object> segmentation]);