OdooConnector constructor

OdooConnector(
  1. String serverURL
)

Implementation

OdooConnector(String serverURL) {
  _serverURL = serverURL;
  _client = http.Client();
}