menu
app_component package
documentation
core/utils/toast_utils.dart
ToastUtils
showJSON static method
showJSON static method
dark_mode
light_mode
showJSON
static method
void
showJSON
(
String
message
)
Implementation
static void showJSON(String message){ developer.log(jsonEncode(message)); }
app_component package
documentation
core/utils/toast_utils
ToastUtils
showJSON static method
ToastUtils class