updateWebvifyConfigurationFromConfig function
Implementation
Future<void> updateWebvifyConfigurationFromConfig(Configuration config) async {
await updateAndroidAppNameAndID(config);
await updateIOSAppNameAndID(config);
await updateDeepLink(config);
await updateAdmob(config);
await updateBuildVersion(config);
await updateForceRemoteControl(config);
await updateUseLocal(config);
}