Cancels all tasks.
@override Future<void> cancelAll() async { await methodChannel.invokeMethod('cancelAll'); }