setUpAll function

void setUpAll(
  1. FutureOr callback()
)

Registers a group-level setup callback as an Allure fixture.

Implementation

void setUpAll(FutureOr<dynamic> Function() callback) {
  drop_in.setUpAll(callback);
}