storyImpression method

Future<void> storyImpression(
  1. StoryResponse story
)

Implementation

Future<void> storyImpression(StoryResponse story) async {
  await storyAction(story, action: 'storyImpression');
}