printScheduledTasks method

Future<void> printScheduledTasks()

Prints details of un-executed scheduled tasks to console. To be used during development/debugging.

Currently only supported on iOS and only on iOS 13+.

Implementation

Future<void> printScheduledTasks() async =>
    await _foregroundChannel.invokeMethod("printScheduledTasks");