updateUser static method

String updateUser(
  1. String userId
)

Returns the path to update a user Example: /user/userId

Implementation

static String updateUser(String userId) => '/user/$userId';