updateRole static method

String updateRole(
  1. String roleId
)

Returns the path to update a role Example: /role/roleId

Implementation

static String updateRole(String roleId) => '/role/$roleId';