How can i pause and resume
Text((context.state.startTime.convertStringToDate() ?? Date()), style: .relative) and
ProgressView(
timerInterval: progressStartDate...Date().addingTimeInterval(TimeInterval((Int(earnTime) ?? 0) * 60)),
countsDown: false,
label: { EmptyView() },
currentValueLabel: { EmptyView() }
)
I couldn't find any document to pause and resume activity