stopAllViews abstract method

Future<void> stopAllViews([
  1. Map<String, Object> segmentation
])

Stop all views. Map<String, Object> segmentation - segmentation data for this view

Implementation

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