public Repository extends Cache
@NotNull android.content.Context getContext()
void setContext(@NotNull
android.content.Context p)
boolean getDebug()
void setDebug(boolean p)
boolean getTest()
void setTest(boolean p)
void init(@NotNull
android.content.Context context)
<R> void async(@NotNull
kotlin.jvm.functions.Function2<? super com.coilads.base.repository.Repository,? super kotlin.coroutines.Continuation<? super R>,? extends java.lang.Object> block,
@Nullable
kotlin.jvm.functions.Function1<? super R,kotlin.Unit> callback)
@Nullable
<R> java.lang.Object get(@NotNull
kotlin.jvm.functions.Function2<? super com.coilads.base.repository.Repository,? super kotlin.coroutines.Continuation<? super R>,? extends java.lang.Object> block,
@NotNull
kotlin.coroutines.Continuation<? super R> p)