getProfile method

Future<Result<User>> getProfile()

Implementation

Future<Result<User>> getProfile() async {
  return await _sdk.getProfile();
}