fetchProfiles method

List<String> fetchProfiles()

Implementation

List<String> fetchProfiles() {
  return _getProfiles(profileFile: historyFile);
}