package io.flutter.plugins.sharedpreferences;

import kotlin.coroutines.Continuation;
import kotlin.coroutines.intrinsics.CoroutineSingletons;

/* JADX INFO: loaded from: classes.dex */
public final class n implements kotlinx.coroutines.flow.f {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ kotlinx.coroutines.flow.f f28301a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ androidx.datastore.preferences.core.d f28302b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ SharedPreferencesPlugin f28303c;

    public n(kotlinx.coroutines.flow.f fVar, androidx.datastore.preferences.core.d dVar, SharedPreferencesPlugin sharedPreferencesPlugin) {
        this.f28301a = fVar;
        this.f28302b = dVar;
        this.f28303c = sharedPreferencesPlugin;
    }

    @Override // kotlinx.coroutines.flow.f
    public final Object a(kotlinx.coroutines.flow.g gVar, Continuation continuation) {
        Object objA = this.f28301a.a(new m(gVar, this.f28302b, this.f28303c), continuation);
        return objA == CoroutineSingletons.f29226a ? objA : kd.e.f29109a;
    }
}
