Package com.example.examer.data

Types

Link copied to clipboard
class ExamerRepository(    context: Context,     remoteDatabase: RemoteDatabase,     updateProfileUriDelegate: UpdateProfileUriDelegate) : Repository

A concrete implementation of Repository.

Link copied to clipboard
interface Repository

An interface that contains the requisite methods for an instance of Repository.