getProfile method

Future<User> getProfile()

Implementation

Future<User> getProfile() {
  return bytedeskHttpApi.getProfile();
}