main function

void main()

Implementation

void main() async {
  await SoftcorpService.connectGrpcServices();
  setPathUrlStrategy();
  runApp(const MyApp());
}