PlutoMediatorRepositoryImpl

A class that provides an implementation of MediatorRepository using a Pluto instance.

Constructors

Link copied to clipboard
constructor(pluto: Pluto)

Functions

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

Fetches all the mediators from the Pluto store.

Link copied to clipboard
open override fun storeMediator(mediator: Mediator)

Stores a mediator in the Pluto store.