Returns formatted string using all args.
args
String SprintfAll(String format, List<Object?> args) => stringForProfile(_sprintf(format, args), Writer.colorProfile);