dispose method Null safety

  1. @FfiNative<Void Function(Pointer<Void>)>(Pointer<Void>)>('SemanticsUpdate::dispose')
void dispose()
FfiNative<Void Function(Pointer<Void>)>(Pointer<Void>)>('SemanticsUpdate::dispose')">@FfiNative<Void Function(Pointer<Void>)>(Pointer<Void>)>('SemanticsUpdate::dispose')

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();