onResponseDatabaseInsert

abstract suspend fun onResponseDatabaseInsert(mappedData: D)

Inserts the given object into the implemented room database,

Parameters

mappedData

mapped object from onResponseMapFrom to insert into the database