ServerStart constructor

ServerStart({
  1. String hostServerSessionId = '',
  2. String configJsonContent = '',
})

Implementation

ServerStart({
    this.hostServerSessionId = '',
    this.configJsonContent = '',
});