updateForm static method

String updateForm(
  1. String formId
)

Returns the path to update a form Example: /form/formId

Implementation

static String updateForm(String formId) => '/form/$formId';