scheduleWork abstract method
void
scheduleWork(
- void runQueue()
Requests the host environment to invoke runQueue in the next event loop turn.
Implementation
void scheduleWork(void Function() runQueue);