Returns an double value from Firebase Remote Config.
double getDouble(String key) => _remoteConfig?.getDouble(key) ?? 0.0;