pauseDisplayingSurveys method

Future<void> pauseDisplayingSurveys()

Implementation

Future<void> pauseDisplayingSurveys() async {
  throw UnimplementedError(
    'pauseDisplayingSurveys() has not been implemented.',
  );
}