Skip to content

Commit

Permalink
feat: Navigator.dispose public under @InternalVoyagerApi
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed May 1, 2023
1 parent 33e28d2 commit 94bf561
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ public class Navigator @InternalVoyagerApi constructor(
}
}

internal fun dispose(
@InternalVoyagerApi
public fun dispose(
screen: Screen
) {
ScreenModelStore.remove(screen)
Expand Down

0 comments on commit 94bf561

Please sign in to comment.