appScreen property
The screen of the app The screen is the current screen that the user is on Example: /home, /profile/settings
Implementation
final String? appScreen;
The screen of the app The screen is the current screen that the user is on Example: /home, /profile/settings
final String? appScreen;