WiFi constructor
const
WiFi({
- EncryptionType encryptionType = EncryptionType.unknown,
- String? ssid,
- String? password,
Construct a new WiFi instance.
Implementation
const WiFi({
this.encryptionType = EncryptionType.unknown,
this.ssid,
this.password,
});