JSObjectSetPropertyCallbackDart typedef
- Pointer<
NativeType> ctx, - Pointer<
NativeType> object, - Pointer<
NativeType> propertyName, - Pointer<
NativeType> value, - Pointer<
Pointer< exceptionNativeType> >
Implementation
typedef JSObjectSetPropertyCallbackDart = int Function(
Pointer ctx,
Pointer object,
Pointer propertyName,
Pointer value,
Pointer<Pointer> exception);