profileEnd method

void profileEnd (String title)

Implementation

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