contentViewed method
Implementation
void contentViewed(String contentUuid) {
ContentViewed interaction = ContentViewed(
interaction: createInteraction(),
contentUuid: contentUuid,
timeElapsed: _screen.getElapsedTime(),
);
_saveInteraction(interaction);
}