main function

void main()

Implementation

void main() {
  AppThemeAccess.init(theme: LeanAppTheme());
  runApp(const MyApp());
}