ice_context method

ObjectPrx ice_context(
  1. Context context
)

Implementation

ObjectPrx ice_context(Context context) => _apply(
      () => reference.context == context,
      () => ObjectPrx(reference.apply(context: context)),
    );