fetchUserProfile method

Future<LwaUser> fetchUserProfile()

Implementation

Future<LwaUser> fetchUserProfile() {
  return _getProfile();
}