Marks the current test status details as flaky.
Future<void> markFlaky({bool value = true}) { return statusDetails(flaky: value); }