initSurvey function

Future<bool> initSurvey()

Implementation

Future<bool> initSurvey() {
  return s.getRunner().init();
}