createHouse static method

dynamic createHouse()

Implementation

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