executePendingJob method

  1. @override
int executePendingJob()
override

Implementation

@override
int executePendingJob() {
  Pointer<JSContext>? newContext = calloc<JSContext>();
  return _jsExecutePendingJob(_runtime, newContext);
}