main function
Implementation
void main() {
setupLogger(Level.INFO);
GoogleFonts.config.allowRuntimeFetching = false;
runApp(App());
}
void main() {
setupLogger(Level.INFO);
GoogleFonts.config.allowRuntimeFetching = false;
runApp(App());
}