remove method

  1. @override
void remove(
  1. String path
)
override

Removes the property identified by path from the target document.

Implementation

@override
void remove(String path) => _patch.remove(path);