main function

Future<void> main()

Implementation

Future<void> main() async {
  await RustLib.init();
  runApp(const MyApp());
}