get method

Implementation

Future<ResponseItemDTO<ProfileDTO>> get() async {
  return await _repository!.get();
}