menu
busttech_utils package
documentation
busttech_utils.dart
MyPackage
sayHello method
sayHello method
dark_mode
light_mode
sayHello
method
String
sayHello
(
String
name
)
Implementation
String sayHello(String name) { return "Hello, $name!"; }
busttech_utils package
documentation
busttech_utils
MyPackage
sayHello method
MyPackage class