menu
feedify package
documentation
logs.dart
Logs
d static method
d static method
dark_mode
light_mode
d
static method
dynamic
d
(
String
string
)
prints
string
in logs
Implementation
static d(String string) { if (_enabled) { print('$TAG :: $string'); } }
feedify package
documentation
logs
Logs
d static method
Logs class