doomFacilInfo method

Future<Response> doomFacilInfo(
  1. int id
)

Implementation

Future<Response> doomFacilInfo(int id) => get("$restAPIHost/doomfacility/$id", headers: {"charset" : "utf-8"});