fetchProfile method

Future<CkAuthResult> fetchProfile()

Fetches the profile from the server.

Implementation

Future<CkAuthResult<dynamic>> fetchProfile() =>
    CkAuthService.instance.fetchProfile();