delete method
Delete the parameter.
Implementation
Future delete() {
final client = Service(
ros: ros,
name: '/rosapi/delete_param',
type: 'rosapi/DeleteParam',
);
return client.call({'name': name});
}
Delete the parameter.
Future delete() {
final client = Service(
ros: ros,
name: '/rosapi/delete_param',
type: 'rosapi/DeleteParam',
);
return client.call({'name': name});
}