doomRoomInfo method

Future<Response> doomRoomInfo(
  1. int id
)

Implementation

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