simulateContentReady method
Simulate window content ready event.
Implementation
void simulateContentReady(String windowId) {
simulateEvent(NativeEvent(
service: 'window',
event: 'contentReady',
windowId: windowId,
data: const {},
));
}