dispose method Null safety

void dispose ()

Disposes of the function

Implementation

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