initServices function

dynamic initServices()

Implementation

initServices() async {
  log('starting services ...');

  log('All services started...');
}