rememberTimestampRef

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