performHostGarbageCollection method

void performHostGarbageCollection()

Runs the host-visible weak-reference collection step used by tests.

Implementation

void performHostGarbageCollection() {
  _vm!.performHostGarbageCollection();
  _vm!.runPendingTasks();
}