what is the use of Map function in Odoo xmlrpc.
final Map<String, String> info = (Map<String, String>)client.execute(
start_config, "start", emptyList());
While I am running the code including this functionality the error was came. So please describe the use of this statement.