getUserUrl method

String getUserUrl([
  1. String path = ''
])

Implementation

String getUserUrl([String path = '']) {
  return '${getApiUrl()}/api/auth/user$path';
}