debugLogStart method

void debugLogStart(
  1. dynamic e
)

🔵 Logs a start message to the console.

Implementation

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