main function

void main()

Implementation

void main() {
  HYGlobalConfig.init(packageName: null, level: Level.ALL);
  runApp(const MyApp());
}