getForm static method

String getForm(
  1. String path
)

Returns the full path to fetch a form schema. Example: /registration

Implementation

static String getForm(String path) => path;