dump method
Dump max is 1000 items Releases all resources acquired by this {@link Scheduler} and cancels all tasks which were scheduled but not executed yet.
Implementation
@override
Future<List<String>?> dump({Context? ctx}) async {
return await _h.invoke(this, _methods['dump']!, [], ctx);
}