accessPullTime method

AFTimeState accessPullTime()

Pull the exact current time, which should only be used from event handlers.

Implementation

AFTimeState accessPullTime() {
  final pushTime = AFibF.g.internalOnlyActiveStore.state.public.time;
  return pushTime.reviseForActualNow(DateTime.now());
}