debugLogError method

void debugLogError(
  1. dynamic e
)

🔴 Logs an error message to the console.

Implementation

void debugLogError(e) => this._rec.debugLogError(e);