currentPosition method

Future<Response> currentPosition(
  1. String tag
)

Implementation

Future<Response> currentPosition(String tag) => get("$restAPIHost/current_position/$tag", headers: {"charset" : "utf-8"});