mapViewed method

void mapViewed(
  1. String mapUuid
)

Implementation

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