debugLogInfo method
void
debugLogInfo(
- dynamic e
🟣 Logs an info message to the console.
Implementation
void debugLogInfo(e) => this._rec.debugLogInfo(e);
🟣 Logs an info message to the console.
void debugLogInfo(e) => this._rec.debugLogInfo(e);