Method DeleteItem
DeleteItem(string, Completer)
Request to delete the item matching the given id
.
Declaration
void DeleteItem(string id, Completer completer)
Parameters
Type | Name | Description |
---|---|---|
string | id | The identifier of the item we want to delete. |
Completer | completer | The handle to settle the promise with. |