JSHostPromiseRejectionTracker typedef

JSHostPromiseRejectionTracker = void Function(JSContext ctx, JSValue promise, JSValue reason, int is_handled, Uint8List? opaque)

Implementation

typedef JSHostPromiseRejectionTracker =
    void Function(
      JSContext ctx,
      JSValue promise,
      JSValue reason,
      int is_handled,
      Uint8List? opaque,
    );