doomInfo method

Future<Response> doomInfo(
  1. int doomId
)

Implementation

Future<Response> doomInfo(int doomId) => get("$restAPIHost/doom/$doomId", headers: {"charset" : "utf-8"});