TestFlightPlugin constructor

const TestFlightPlugin({
  1. required ProcessRunner processRunner,
})

Implementation

const TestFlightPlugin({
  required super.processRunner,
});