General Concepts
Entry point
The entry point of a Dart application is through the main() function. You can run an application using one of the following commands:
dart path/to/file.dartor
pub run path/to/file.dartLast updated
Was this helpful?