PrefetchStatusUpdatedEvent constructor
PrefetchStatusUpdatedEvent({
- required FrameId initiatingFrameId,
- required String prefetchUrl,
- required PreloadingStatus status,
Implementation
PrefetchStatusUpdatedEvent(
{required this.initiatingFrameId,
required this.prefetchUrl,
required this.status});