all method
Return all experiments and flags of this users
Implementation
Map<String, ExperimentVariant> all() {
return _localStorage.getAll();
}
Return all experiments and flags of this users
Map<String, ExperimentVariant> all() {
return _localStorage.getAll();
}