removeId method

void removeId(
  1. String type,
  2. dynamic id
)

Removes type/id (and its edges) from graph

Implementation

void removeId(String type, dynamic id) =>
    _removeNode(StringUtils.namespace('id', StringUtils.typify(type, id)));