apply method

GemError apply()

Apply content update

Returns

Throws

  • An exception if it fails.

Implementation

GemError apply() {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'ContentUpdater',
    'apply',
  );

  return GemErrorExtension.fromCode(resultString['result']);
}