pauseBlockApps method
Temporarily pause blocking apps for a specified duration After the pause duration expires, blocking will automatically resume
Implementation
Future<bool> pauseBlockApps({
required Duration pauseDuration,
String? notificationTitle,
String? notificationText,
bool showNotification = true,
}) =>
throw UnimplementedError('pauseBlockApps() has not been implemented.');