removeVertexById method

  1. @override
GraphSnapshot<V> removeVertexById(
  1. V id
)
override

Implementation

@override
GraphSnapshot<V> removeVertexById(V id) =>
    _execute(() => current.removeVertexById(id));