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