main function

Future<void> main()

Implementation

Future<void> main() async {
  await initAndSetCertificate();
  await runMain();
}