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