fetchProfile method
Fetches the profile from the server.
Implementation
Future<CkAuthResult<dynamic>> fetchProfile() =>
CkAuthService.instance.fetchProfile();
Fetches the profile from the server.
Future<CkAuthResult<dynamic>> fetchProfile() =>
CkAuthService.instance.fetchProfile();