free static method

void free(
  1. Point temp
)

Implementation

static void free(_i3.Point temp) {
  _i4.callMethod(
    _declaredPoint,
    'free',
    [temp],
  );
}