dispose method
void
dispose()
Release the semantics handle.
Implementation
void dispose() {
AiLogger.log('Disposing semantics handle', tag: 'Semantics');
_semanticsHandle?.dispose();
_semanticsHandle = null;
}
Release the semantics handle.
void dispose() {
AiLogger.log('Disposing semantics handle', tag: 'Semantics');
_semanticsHandle?.dispose();
_semanticsHandle = null;
}