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