currentUser method

Future<User> currentUser()

Implementation

Future<User> currentUser() => User.currentUser(_client, _cacheController);