I m trying to make offline mode for my app and using room for that.My Entities are
@Entity(tableName = "Blog") data class BlogEntity( @PrimaryKe