Remove all items from a list at path.
path
void clear(String path) { jsElement.callMethod('splice', [path, 0]); }