currentUser method

Future<User?> currentUser()

Implementation

Future<User?> currentUser() async => _collection.currentUser();