call method

Stream<DateTime> call()

Implementation

Stream<DateTime> call() {
  return repository.getTimeStream().asBroadcastStream();
}