li function

void li(
  1. String s
)

The logging to console. U+1F343

Implementation

// ignore: avoid_print
void li(String s) => print('🍃 ${s.truncated}');