appScreen property

  1. @HiveField(4)
String? appScreen
final

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;