clearAllExperiments static method

Future<void> clearAllExperiments()

Clears all experiments from the next report.

Implementation

static Future<void> clearAllExperiments() async {
  return _host.clearAllExperiments();
}