getProfile abstract method

Future<PitelProfileUser> getProfile({
  1. String api = '/api/v1/auth/profile/',
  2. required String token,
})

Implementation

Future<PitelProfileUser> getProfile(
    {String api = '/api/v1/auth/profile/', required String token});