menu
y_auth package
documentation
framework/logger/y_log.dart
YLog
d static method
d static method
dark_mode
light_mode
d
static method
dynamic
d
(
String
message
)
Implementation
static d(String message) { if (kDebugMode) { debugPrint("YLog: $message"); } }
y_auth package
documentation
framework/logger/y_log
YLog
d static method
YLog class