RunEngine constructor

RunEngine({
  1. bool enableDartOutput = true,
})

Implementation

RunEngine({this.enableDartOutput = true});