profile property
TProfile?
get
profile
The active user profile. Returns null if unauthenticated.
Implementation
TProfile? get profile => CkAuthService.instance.currentProfile as TProfile?;
The active user profile. Returns null if unauthenticated.
TProfile? get profile => CkAuthService.instance.currentProfile as TProfile?;