By design, Dart is a single-threaded programming language . That’s mean we have asynchronous code across application. When a program starts, it creates something that is called Isolate. When isolated created, the microtask manager executes all events asynchronously.
Read more