MediatorRepository

An interface representing a store for storing and retrieving mediators. The MediatorStore protocol defines methods for storing and retrieving mediators.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun getAllMediators(): List<Mediator>

Fetches all the mediators from the Pluto store.

Link copied to clipboard
abstract fun storeMediator(mediator: Mediator)

Stores a mediator in the Pluto store.