urlForStory function

Uri urlForStory(
  1. int storyId
)

Implementation

Uri urlForStory(int storyId) {
  return Uri.parse("https://hacker-news.firebaseio.com/v0/item/$storyId.json");
}