Returns an boolean value from Firebase Remote Config.
bool getBool(String key) => _remoteConfig?.getBool(key) ?? false;