OnHostedServerExit constructor

OnHostedServerExit({
  1. String serverSessionId = '',
  2. bool wasSuccessful = false,
})

Implementation

OnHostedServerExit({
    this.serverSessionId = '',
    this.wasSuccessful = false,
});