init method

Future init()

Implementation

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