useDevLog constant

bool const useDevLog

Whether to use dart:developer log (true) or debugPrint (false).

Implementation

static const bool useDevLog = false;