clear method

bool clear()

Implementation

bool clear() {
  return _mutation?.clear() ?? false;
}