menu
cached_build_runner package
documentation
utils/utils.dart
Utils
logHeader static method
logHeader static method
dark_mode
light_mode
logHeader
static method
void
logHeader
(
String
title
)
Logs a header
title
to the console.
Implementation
static void logHeader(String title) { Logger.i(title); }
cached_build_runner package
documentation
utils/utils
Utils
logHeader static method
Utils class