sessionId property

  1. @HiveField.new(7)
String? sessionId
final

The session id created when the app is opened and destroyed when the app is closed

Implementation

@HiveField(7)
final String? sessionId;