menu
smartpub package
documentation
ui/interactive_service.dart
InteractiveService
showInfo static method
showInfo static method
dark_mode
light_mode
showInfo
static method
void
showInfo
(
String
message
)
Show info message
Implementation
static void showInfo(String message) { print('Info: $message'); }
smartpub package
documentation
ui/interactive_service
InteractiveService
showInfo static method
InteractiveService class