useDevLog constant
bool
const useDevLog
Whether to use dart:developer log (true) or debugPrint (false).
Implementation
static const bool useDevLog = false;
Whether to use dart:developer log (true) or debugPrint (false).
static const bool useDevLog = false;