stopViewWithID abstract method
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]);