dispose method Null safety
Releases the resources used by this semantics update.
After calling this function, the semantics update is cannot be used further.
This can't be a leaf call because the native function calls Dart API (Dart_SetNativeInstanceField).
Implementation
@FfiNative<Void Function(Pointer<Void>)>('SemanticsUpdate::dispose')
external void dispose();