makeRequest method

void makeRequest()

Implementation

void makeRequest() {
  return _networkEngine.makeRequest();
}