Global Account Data Repository
interface GlobalAccountDataRepository : TwoDimensionsRepository<String, String, Event.GlobalAccountDataEvent<*>>
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun getBySecondKey(firstKey: String, secondKey: String): Event.GlobalAccountDataEvent<*>?
Link copied to clipboard
abstract suspend fun saveBySecondKey(firstKey: String, secondKey: String, value: Event.GlobalAccountDataEvent<*>)
Link copied to clipboard