all method

Return all experiments and flags of this users

Implementation

Map<String, ExperimentVariant> all() {
  return _localStorage.getAll();
}