currentUser property

Future<CoreRealmUser?> get currentUser

Implementation

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