Modules§
- raw
- Low level representation that can be used by FFI functions.
Structs§
- Dart
Functions - Dart
Port - Wraps dart port and provides a method to send messages.
- Native
Port - NativePort can be used to receive messages from Dart.
- Typed
List
Enums§
- Dart
Value - Represents a value that can be send to a dart port.
Traits§
Functions§
- nativeshell_
init_ ffi - Initializes FFI. Needs to be called before any other Dart FFI function. Can be called multiple times, but the function pointers must remain same between calls.