DiveStreamSettingsDialog constructor
DiveStreamSettingsDialog({
- Key? key,
- DiveRTMPService? service,
- DiveRTMPServer? server,
- String? serviceKey,
- DiveStreamSettingsApplyCallback? onApplyCallback,
Implementation
DiveStreamSettingsDialog({Key? key, this.service, this.server, this.serviceKey, this.onApplyCallback})
: super(key: key);