Removed Finalizers from the unsupported features by dart:ffi

Closes https://github.com/dart-lang/sdk/pull/50488

GitOrigin-RevId: 68cd56758359b2cedc604c615ba46b344a1af50d
Change-Id: Ie892c676578230d99972bfe3d1546e8609096993
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270223
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Daco Harkes <dacoharkes@google.com>
This commit is contained in:
Haidar 2022-11-17 08:45:28 +00:00 committed by Commit Queue
parent ead3d7adc5
commit d5d9e27e17

View file

@ -219,7 +219,6 @@ Features which we did not use in this tutorial:
Features which `dart:ffi` does not support yet:
* Callbacks from C back into Dart.
* Finalizers
* C++ Exceptions (Not on roadmap yet.)
Platform limitations: