menu
autobot package
documentation
tell.dart
tell function
tell function
dark_mode
light_mode
tell
function
void
tell
(
Object
?
object
)
Implementation
void tell(Object? object) { TellManager._prints.add(object); print(object); }
autobot package
documentation
tell
tell function
tell library