initData function

dynamic initData()

Implementation

initData() async {
  await initCore();
  await _initUseCases();
}