RaFlutterSttSetStreamNativePortNative typedef

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

Flutter platform helper that registers an STT stream callback which posts copied events to a Dart ReceivePort. Exported by the Flutter pod/helper library, not by RACommons.

Implementation

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