rememberTimestamp

fun rememberTimestamp(options: TimestampOptions = remember { TimestampOptions() }, autoResume: Boolean = true): Tuple4<Long, () -> Unit, () -> Unit, IsActive>