cancelAll method
Cancels all jobs
Implementation
static Future<void> cancelAll() async =>
await _foregroundChannel.invokeMethod("cancelAll");
Cancels all jobs
static Future<void> cancelAll() async =>
await _foregroundChannel.invokeMethod("cancelAll");