updateFeature method

Future<void> updateFeature(
  1. ArcGISFeature feature
)

Updates a feature in the table.

Use SubtypeSubtable.allowsEditing to determine if this operation is allowed.

Parameters:

  • feature — The feature.

Return Value: A Future that has no return value.