//auth/dev.atick.auth.di/DataSourceModule/bindAuthDataSource
bindAuthDataSource
[androidJvm]\
@Binds
@Singleton
abstract fun bindAuthDataSource(authDataSourceImpl: AuthDataSourceImpl): AuthDataSource
Binds the AuthDataSourceImpl implementation to the AuthDataSource interface.
Return
An instance of AuthDataSource for dependency injection.
Parameters
androidJvm
authDataSourceImpl | The implementation of AuthDataSource to be bound. |