init method

dynamic init()

Implementation

init() async {
  RealmService.init();
  await RealmSyncronizer.syncronize();
}