Skip to content

Instantly share code, notes, and snippets.

@krzdabrowski
Created August 8, 2022 17:45
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 krzdabrowski/1854b2068ee02a22b0a87e6441a23093 to your computer and use it in GitHub Desktop.
Save krzdabrowski/1854b2068ee02a22b0a87e6441a23093 to your computer and use it in GitHub Desktop.
interface NavigationManager {
val navigationEvent: Flow<NavigationCommand>
fun navigate(command: NavigationCommand)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment