pub const APP_SCREEN_ID: &'static str;Expand description
An identifier that uniquely differentiates this screen from other screens in the same application.
§Notes
A screen represents only the part of the device display drawn by the app. It typically contains multiple widgets or UI components and is larger in scope than individual widgets. Multiple screens can coexist on the same display simultaneously (e.g., split view on tablets).
§Examples
"f9bc787d-ff05-48ad-90e1-fca1d46130b3""com.example.app.MainActivity""com.example.shop.ProductDetailFragment""MyApp.ProfileView""MyApp.ProfileViewController"