scheduleWork abstract method

void scheduleWork(
  1. void runQueue()
)

Requests the host environment to invoke runQueue in the next event loop turn.

Implementation

void scheduleWork(void Function() runQueue);