JSObjectGetPropertyNamesCallbackDart typedef

JSObjectGetPropertyNamesCallbackDart = void Function(Pointer<NativeType> ctx, Pointer<NativeType> object, Pointer<NativeType> propertyNames)

Implementation

typedef JSObjectGetPropertyNamesCallbackDart = void Function(
    Pointer ctx, Pointer object, Pointer propertyNames);