main function
The entry point of the Fetosense MIS application.
Initializes preferences, sets up dependency injection, and runs the app.
Implementation
void main() async {
PreferenceHelper.init();
setupLocator();
runApp(const MyApp());
}
The entry point of the Fetosense MIS application.
Initializes preferences, sets up dependency injection, and runs the app.
void main() async {
PreferenceHelper.init();
setupLocator();
runApp(const MyApp());
}