NativeDispatchEvent typedef

NativeDispatchEvent = Int32 Function(Int32 contextId, Pointer<NativeBindingObject> nativeBindingObject, Pointer<NativeString> eventType, Pointer<Void> nativeEvent, Int32 isCustomEvent)

Implementation

typedef NativeDispatchEvent = Int32 Function(
    Int32 contextId,
    Pointer<NativeBindingObject> nativeBindingObject,
    Pointer<NativeString> eventType,
    Pointer<Void> nativeEvent,
    Int32 isCustomEvent);