shouldShowDateTimeInLogs method
Check if the app should show date time in logs
Implementation
bool shouldShowDateTimeInLogs() => _showDateTimeInLogs ?? false;
Check if the app should show date time in logs
bool shouldShowDateTimeInLogs() => _showDateTimeInLogs ?? false;