AppSettings constructor
AppSettings()
Implementation
AppSettings() {
_connected = null;
if (!kIsWeb) {
connectionListen(connectionChanged);
}
}
AppSettings() {
_connected = null;
if (!kIsWeb) {
connectionListen(connectionChanged);
}
}