NotifyNetworkEventFfiNativeType typedef
NotifyNetworkEventFfiNativeType =
Void Function(Int32 engineId, Pointer<Utf16> requestId, Int32 eventType, Pointer<Utf16> response, Pointer<Utf16> extra)
Implementation
typedef NotifyNetworkEventFfiNativeType = Void Function(
Int32 engineId,
Pointer<Utf16> requestId,
Int32 eventType,
Pointer<Utf16> response,
Pointer<Utf16> extra,
);