getProfile static method

Future<User> getProfile()

Implementation

static Future<User> getProfile() async {
  return BytedeskUserHttpApi().getProfile();
}