currentGeolocation method
Implementation
Future<GeolocationResponse> currentGeolocation() async {
return _decode(
await doPost(buildUrl(), json.encode({}), headers: apiHeaders),
);
}
Future<GeolocationResponse> currentGeolocation() async {
return _decode(
await doPost(buildUrl(), json.encode({}), headers: apiHeaders),
);
}