getAllExperiments static method
Get all experiments
Implementation
static List<ABExperiment<dynamic>> getAllExperiments() {
return _experiments.values.toList();
}
Get all experiments
static List<ABExperiment<dynamic>> getAllExperiments() {
return _experiments.values.toList();
}