shouldShowDateTimeInLogs method

bool shouldShowDateTimeInLogs()

Check if the app should show date time in logs

Implementation

bool shouldShowDateTimeInLogs() => _showDateTimeInLogs ?? false;