GlobalAccountDataRepository
interface GlobalAccountDataRepository : MapRepository<String, String, ClientEvent.GlobalAccountDataEvent<*>>
Inheritors
Functions
Link copied to clipboard
abstract suspend fun get(firstKey: String, secondKey: String): ClientEvent.GlobalAccountDataEvent<*>?
Link copied to clipboard
abstract suspend fun save(firstKey: String, secondKey: String, value: ClientEvent.GlobalAccountDataEvent<*>)
Link copied to clipboard