getRemoteControlAtStartup method
Implementation
bool getRemoteControlAtStartup() {
final explicit = getGlobalConfig().remoteControlAtStartup;
if (explicit != null) return explicit;
return false;
}
bool getRemoteControlAtStartup() {
final explicit = getGlobalConfig().remoteControlAtStartup;
if (explicit != null) return explicit;
return false;
}