init method

Future init()

Implementation

Future init() {
  return _notificationsHiveRepository.init();
}