createAction static method

String createAction(
  1. String formId
)

Returns the path to create a new action for a form Example: /form/formId/action

Implementation

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