Files
adif-api-reverse-engineering/apk_decompiled/sources/com/adif/elcanomovil/domain/providers/LocationStatusProvider.java

11 lines
804 B
Java

package com.adif.elcanomovil.domain.providers;
import kotlin.Metadata;
import kotlinx.coroutines.flow.SharedFlow;
@Metadata(d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u000b\n\u0002\b\u0003\bf\u0018\u00002\u00020\u0001R\u0018\u0010\u0002\u001a\b\u0012\u0004\u0012\u00020\u00040\u0003X¦\u0004¢\u0006\u0006\u001a\u0004\b\u0005\u0010\u0006¨\u0006\u0007"}, d2 = {"Lcom/adif/elcanomovil/domain/providers/LocationStatusProvider;", "", "locationStatus", "Lkotlinx/coroutines/flow/SharedFlow;", "", "getLocationStatus", "()Lkotlinx/coroutines/flow/SharedFlow;", "domain_proNon_corporateRelease"}, k = 1, mv = {1, 9, 0}, xi = 48)
/* loaded from: classes.dex */
public interface LocationStatusProvider {
SharedFlow<Boolean> getLocationStatus();
}