We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DynamicLibrary.process()
1 parent 6174173 commit bf420aeCopy full SHA for bf420ae
sdk/lib/ffi/dynamic_library.dart
@@ -13,8 +13,6 @@ class DynamicLibrary {
13
///
14
/// Any symbol in a library currently loaded with global visibility
15
/// (including the executable itself) may be resolved through this library.
16
- ///
17
- /// This feature is not available on Windows.
18
external factory DynamicLibrary.process();
19
20
/// Creates a [DynamicLibrary] containing all the symbols of the running
0 commit comments