providesFileInteractor

@Provides
fun providesFileInteractor(ctx: Context): FileInteractor

Provides the implementation for FileInteractor.

Return

An instance of FileInteractorImpl.

Parameters

ctx

The application context.