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