Skip to content

Instantly share code, notes, and snippets.

@Sameerkash
Created March 13, 2021 09:09
Show Gist options
  • Save Sameerkash/df89fe4d5fe328cfbf8f847479e3c34a to your computer and use it in GitHub Desktop.
Save Sameerkash/df89fe4d5fe328cfbf8f847479e3c34a to your computer and use it in GitHub Desktop.

class HomeManager {

  Command<void, List<Story>> storiesCommand;
  Command<Story, List<Comment>> commentsCommand;

...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment