setUpAll function

void setUpAll(
  1. dynamic body()
)

Implementation

void setUpAll(dynamic Function() body) {
  flutter_test.setUpAll(_zonedLifecycleBody(body));
}