fetchUserProfile method

Future<LwaUser> fetchUserProfile()

Implementation

Future<LwaUser> fetchUserProfile() async {
  await _ensureInitialized();
  return LwaPlatform.instance.fetchUserProfile();
}