setGlobalViewSegmentation abstract method

Future<void> setGlobalViewSegmentation(
  1. Map<String, Object> segmentation
)

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

Implementation

Future<void> setGlobalViewSegmentation(Map<String, Object> segmentation);