SSTPAndroidConfiguration constructor

SSTPAndroidConfiguration({
  1. bool verifyHostName = false,
  2. bool verifySSLCert = false,
  3. bool useTrustedCert = false,
  4. String sslVersion = SSLVersions.DEFAULT,
  5. bool showDisconnectOnNotification = false,
  6. String notificationText = "Connected",
})

Implementation

SSTPAndroidConfiguration({
  this.verifyHostName = false,
  this.verifySSLCert = false,
  this.useTrustedCert = false,
  this.sslVersion = SSLVersions.DEFAULT,
  this.showDisconnectOnNotification = false,
  this.notificationText = "Connected",
});