dispose method

void dispose()

Disposes of the function

Implementation

void dispose() {
  disposeArguments();
  dartpyc.Py_DecRef(_function);
}