profileEnd method

void profileEnd([
  1. String? title
])

Implementation

void profileEnd([String? title]) =>
    _isConsoleDefined
        ? JS('void', 'window.console.profileEnd(#)', title)
        : null;