WebServerDistributor constructor
WebServerDistributor({
- required FlutterPublish flutterPublish,
- required PlatformBuild platformBuild,
- required WebServerConnection serverConnection,
- required String webServerPath,
Implementation
WebServerDistributor({
required super.flutterPublish,
required super.platformBuild,
required this.serverConnection,
required this.webServerPath,
}) : super(distributorType: PublishDistributorType.webServer);