PrefetchStatusUpdatedEvent constructor

PrefetchStatusUpdatedEvent({
  1. required FrameId initiatingFrameId,
  2. required String prefetchUrl,
  3. required PreloadingStatus status,
})

Implementation

PrefetchStatusUpdatedEvent(
    {required this.initiatingFrameId,
    required this.prefetchUrl,
    required this.status});