sessionEmail property

String? get sessionEmail

Implementation

String? get sessionEmail => sessionProperties['email'] ?? _magicData?.email;