Skip to content

Instantly share code, notes, and snippets.

@motorro
Created August 14, 2022 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motorro/021e47af009f986f45d69a8ffe854eb7 to your computer and use it in GitHub Desktop.
Save motorro/021e47af009f986f45d69a8ffe854eb7 to your computer and use it in GitHub Desktop.
Feature module context
interface LoginContext {
/**
* Flow host
*/
val host: WelcomeFeatureHost
// Other dependencies...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment