scheduleWork method
Requests the host environment to invoke runQueue in the next event loop turn.
Implementation
@override
void scheduleWork(void Function() runQueue) {
Timer.run(runQueue);
}
Requests the host environment to invoke runQueue in the next event loop turn.
@override
void scheduleWork(void Function() runQueue) {
Timer.run(runQueue);
}