fetchEnableLogs method
Implementation
Future<http.Response> fetchEnableLogs() {
return get(
Uri.parse('$consoleURL/logging_points?isEnabled=${true}&source=Feed'),
headers: {
'accept': 'application/ld+json',
'content-type': 'application/ld+json',
});
}