postTask method
Implementation
Future<dynamic> postTask(SchedulerPostTaskCallback callback,
[SchedulerPostTaskOptions? options]) =>
js_util.promiseToFuture(js_util
.callMethod(this, 'postTask', [allowInterop(callback), options]));