updateView abstract method

Future<bool> updateView(
  1. String viewId,
  2. Map<String, dynamic> propPatches
)

Update properties for an existing view

Implementation

Future<bool> updateView(String viewId, Map<String, dynamic> propPatches);