Future<String> getGateway() { var endpoint = '/gateway'; return _http.request(endpoint, converter: (J) => J['url']); }