Dart
dart:ffi
Dart_NativeMessageHandler typedef
Dart_NativeMessageHandler
Dart
dart:ffi
Dart_NativeMessageHandler typedef
dart:ffi library
Classes
Allocator
Dart_CObject
DartRepresentationOf
Double
DynamicLibrary
Float
Handle
Int8
Int16
Int32
Int64
IntPtr
NativeApi
NativeFunction
NativeType
Opaque
Pointer
Struct
Uint8
Uint16
Uint32
Uint64
Unsized
Void
Extensions
AllocatorAlloc
DoublePointer
DynamicLibraryExtension
FloatPointer
Int8Pointer
Int16Pointer
Int32Pointer
Int64Pointer
IntPtrPointer
NativeFunctionPointer
NativePort
PointerPointer
StructAddressOf
StructPointer
Uint8Pointer
Uint16Pointer
Uint32Pointer
Uint64Pointer
Constants
unsized
Properties
nullptr
Functions
sizeOf
Typedefs
Dart_NativeMessageHandler
description
Dart_NativeMessageHandler
typedef
Null safety
Void
Dart_NativeMessageHandler
(
Int64
,
Pointer
<
Dart_CObject
>
)
Implementation
typedef Dart_NativeMessageHandler = Void Function(Int64, Pointer<Dart_CObject>);