PromiseRejectionEventInit constructor
PromiseRejectionEventInit({
- required Future promise,
- dynamic reason,
Implementation
external factory PromiseRejectionEventInit(
{required Future<dynamic> promise, dynamic reason});