Engine_destroyView function

  1. @Native<Void Function(Pointer<TEngine>, Pointer<TView>)>(ffi.Pointer<TEngine>, ffi.Pointer<TView>)>(isLeaf: true)
void Engine_destroyView(
  1. Pointer<TEngine> tEngine,
  2. Pointer<TView> tView
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TEngine>, ffi.Pointer<TView>)>(
    isLeaf: true)
external void Engine_destroyView(
  ffi.Pointer<TEngine> tEngine,
  ffi.Pointer<TView> tView,
);