deleteFeatures method

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

Deletes a collection of features from the table.

Parameters:

  • features — A collection of Feature. Contents of which are copied.

Return Value: No value.