in Out Param
Factory for an INOUT parameter, equivalent to Sp.InOut(type, value). Kotlin callers typically prefer the reified spInOut helper. On JVM and Android a java.lang.Class<T> overload is also available.
Class<T> overload for Java callers; equivalent to inOutParam(type.kotlin, value).
Factory for an INOUT parameter, equivalent to Sp.InOut(type, value). Kotlin callers typically prefer the reified spInOut helper. On JVM and Android a java.lang.Class<T> overload is also available.