RaFlutterVoiceAgentProcessTurnNativePortNative typedef
RaFlutterVoiceAgentProcessTurnNativePortNative =
Int32 Function(Pointer<Void> , Pointer<Uint8> , Size, Int64, Pointer<NativeFunction<RacDartPostCObjectNative> > )
Flutter platform helper that copies voice-agent turn events natively and posts them to a Dart ReceivePort. Exported by the Flutter pod/helper library, not by RACommons.
Implementation
typedef RaFlutterVoiceAgentProcessTurnNativePortNative =
ffi.Int32 Function(
ffi.Pointer<ffi.Void>,
ffi.Pointer<ffi.Uint8>,
ffi.Size,
ffi.Int64,
ffi.Pointer<ffi.NativeFunction<RacDartPostCObjectNative>>,
);