email property

String? get email

현재 사용자 이메일

Implementation

String? get email => _currentUser?.email;