RacComponentCreateDart typedef

RacComponentCreateDart = int Function(Pointer<Pointer<Void>>)

Dart view of RacComponentCreateNative.

Implementation

typedef RacComponentCreateDart =
    int Function(ffi.Pointer<ffi.Pointer<ffi.Void>>);