NativeSetTimeout typedef

NativeSetTimeout = Void Function(Int32 newTimerId, Pointer<Void> callbackContext, Double contextId, Pointer<NativeFunction<NativeAsyncCallback>>, Int32)

Implementation

typedef NativeSetTimeout = Void Function(Int32 newTimerId, Pointer<Void> callbackContext, Double contextId,
    Pointer<NativeFunction<NativeAsyncCallback>>, Int32);