removeExperiments static method

Future<void> removeExperiments(
  1. List<String> experiments
)

Removes certain experiments from the next report.

Implementation

static Future<void> removeExperiments(List<String> experiments) async {
  return _host.removeExperiments(experiments);
}