currentUser property

Future<CoreRealmUser?> currentUser

Implementation

Future<CoreRealmUser?> get currentUser => _auth.user;