login static method

dynamic login()

Implementation

static login() {
  return '${Address.host}/v1/appApi/login';
}