mapViewed method
Implementation
void mapViewed(String mapUuid) {
MapViewed interaction = MapViewed(
interaction: createInteraction(),
mapUuid: mapUuid,
timeElapsed: _screen.getElapsedTime(),
);
_saveInteraction(interaction);
}
void mapViewed(String mapUuid) {
MapViewed interaction = MapViewed(
interaction: createInteraction(),
mapUuid: mapUuid,
timeElapsed: _screen.getElapsedTime(),
);
_saveInteraction(interaction);
}