timeLog method
Implementation
void timeLog([String? label, Object? arg]) => _isConsoleDefined
? JS('void', 'window.console.timeLog(#, #)', label, arg)
: null;
void timeLog([String? label, Object? arg]) => _isConsoleDefined
? JS('void', 'window.console.timeLog(#, #)', label, arg)
: null;