clearData method

bool clearData()

Implementation

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