addFeatures method

Future<void> addFeatures(
  1. List<Feature> features
)

Adds a collection of features to the table.

Parameters:

  • features — The features to add to the table. The contents of the features are copied.

Return Value: No value.