startView abstract method
Start a view.
String viewName
- Name of view
Map<String, Object> segmentation
- segmentation data for this view
Returns the view id
Implementation
Future<String?> startView(String viewName, [Map<String, Object> segmentation]);