JsContextReverseFunc typedef

JsContextReverseFunc = Void Function(Pointer<NativeType> context, Pointer<NativeType> backup)

Implementation

typedef JsContextReverseFunc = Void Function(Pointer context, Pointer backup);