installEarlyWebErrorHandlers function

void installEarlyWebErrorHandlers()

No-op on non-web targets. (On web this installs the apply-once window.addEventListener('error' | 'unhandledrejection') handlers.)

Implementation

void installEarlyWebErrorHandlers() {
  // Intentionally empty: there is no `window` on VM/mobile.
}