unpauseDisplayingSurveys method
Implementation
@override
Future<void> unpauseDisplayingSurveys() async {
try {
await methodChannel.invokeMethod<void>('unpauseDisplayingSurveys');
} catch (e) {
debugPrint("Failed to unpause displaying surveys: $e");
}
}