setDebugGraphSink method
Implementation
void setDebugGraphSink(TreeSitterDebugGraphSink? sink) {
_checkNotDisposed();
_debugGraphSink = sink;
}
void setDebugGraphSink(TreeSitterDebugGraphSink? sink) {
_checkNotDisposed();
_debugGraphSink = sink;
}