ContextRepository

Load a context

Inheritors

Functions

Link copied to clipboard
abstract fun create(): Context

Create an empty context.

Link copied to clipboard
abstract fun delete(context: Context)
Link copied to clipboard
abstract fun findById(id: String): Context?
Link copied to clipboard
abstract fun save(context: Context): Context