-
- All Implemented Interfaces:
-
dagger.internal.Factory,javax.inject.Provider
@DaggerGenerated()@Generated(value = dagger.internal.codegen.ComponentProcessor, comments = https://dagger.dev) public final class RemoteConfig_Factory implements Factory<RemoteConfig>
-
-
Method Summary
Modifier and Type Method Description RemoteConfigget()static RemoteConfig_Factorycreate()static RemoteConfignewInstance()-
-
Method Detail
-
get
RemoteConfig get()
-
create
static RemoteConfig_Factory create()
-
newInstance
static RemoteConfig newInstance()
-
-
-
-