getById method

Implementation

Future<ResponseItemDTO<ShipmentMethodDTO>> getById({String? id}) async {
  return await _repository!.getById(id: id);
}