user static method

String user({
  1. required String baseUrlType,
})

Implementation

static String user({required String baseUrlType}) =>
    "${Env.getBaseUrl()[baseUrlType]}/user/";