How to get all IPs in network

How I can get all IPs in Network with this plugin Hotspot in Ionic 3 ?

  getAllIps() {
    this.hotspot.getAllHotspotDevices() ...
  }