exampleNoReporting function
void
exampleNoReporting()
No reporting (the default): omit configureErrorReporting entirely, or pass
const ErrorReportingConfig() with a null reporter. dreamic logs to the
console only.
Implementation
void exampleNoReporting() {
// configureErrorReporting is simply not called.
}