cancelAll static method
Cancels all tasks.
Implementation
static Future<void> cancelAll() async {
_ensureInitialized();
await TaskFlowPlatform.instance.cancelAll();
}
Cancels all tasks.
static Future<void> cancelAll() async {
_ensureInitialized();
await TaskFlowPlatform.instance.cancelAll();
}