Skip to content

console

Ensure that text is displayed in full without being truncated in Dart's print.

Parameters

  • text::string

Returns

No return values

Examples

dart
console('Hello');

Released under the MIT License