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