run method

Future<void> run()

Implementation

Future<void> run() async {
  await _handleServices();
  await _initData();
}