DiveStreamSettingsDialog constructor

DiveStreamSettingsDialog({
  1. Key? key,
  2. DiveRTMPService? service,
  3. DiveRTMPServer? server,
  4. String? serviceKey,
  5. DiveStreamSettingsApplyCallback? onApplyCallback,
})

Implementation

DiveStreamSettingsDialog({Key? key, this.service, this.server, this.serviceKey, this.onApplyCallback})
    : super(key: key);