debugLogAlert method
void
debugLogAlert(
- dynamic e
🟠Logs an alert message to the console.
Implementation
void debugLogAlert(e) => this._rec.debugLogAlert(e);
🟠Logs an alert message to the console.
void debugLogAlert(e) => this._rec.debugLogAlert(e);