updateAction static method

String updateAction(
  1. String formId,
  2. String actionId
)

Returns the path to update an action Example: /form/formId/action/actionId

Implementation

static String updateAction(String formId, String actionId) => '/form/$formId/action/$actionId';