updateFeatures method

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

Updates a collection of features in the table.

Parameters:

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

Return Value: No value.