printScheduledTasks method

  1. @override
Future<String> printScheduledTasks()

Print scheduled tasks for debugging (iOS only).

Implementation

@override
Future<String> printScheduledTasks() async {
  throw UnsupportedError('printScheduledTasks is not supported on Android');
}