main function

void main()

Implementation

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