debugLogStop method

void debugLogStop(
  1. dynamic e
)

⚫ Logs a stop message to the console.

Implementation

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