getById method

Future<Response> getById(
  1. String id
)

Implementation

Future<http.Response> getById(String id) {
  return _client.get('/config/$id');
}