createView abstract method

Future<bool> createView(
  1. String viewId,
  2. String type,
  3. Map<String, dynamic> props
)

Create a view with the specified ID, type, and properties

Implementation

Future<bool> createView(String viewId, String type, Map<String, dynamic> props);