RaFlutterVoiceAgentSetProtoCallbackNativePortNative typedef

RaFlutterVoiceAgentSetProtoCallbackNativePortNative = Int32 Function(Pointer<Void>, Int64, Pointer<NativeFunction<RacDartPostCObjectNative>>)

Flutter platform helper that registers the raw voice-agent handle callback through a Dart native port. Exported by the Flutter pod/helper library, not by RACommons.

Implementation

typedef RaFlutterVoiceAgentSetProtoCallbackNativePortNative =
    ffi.Int32 Function(
      ffi.Pointer<ffi.Void>,
      ffi.Int64,
      ffi.Pointer<ffi.NativeFunction<RacDartPostCObjectNative>>,
    );