reset method

void reset(
  1. String dataKey
)

Implementation

void reset(String dataKey) {
  if (has(dataKey)) Wire.data(dataKey).reset();
}