getUser static method

String getUser(
  1. String userId
)

Returns the path to get a specific user Example: /user/userId

Implementation

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