I found a keyword native
in the Flutter SDK Window
class.
File path is //flutter/bin/cache/pkg/sky_engine/lib/ui/window.dart
.
void render(Scene scene) native 'Window_render';
I can not find any document about the native
keyword.
How to use it?
What is its meaning?
That seems to be a keyword to call a native library, in order to extend the DartVM functionalities.
You can check here for more information!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With