getConfigValue<T> method
الحصول على قيمة إعداد
Implementation
T? getConfigValue<T>(String key) => EnvService.instance.getConfigValue<T>(key);
الحصول على قيمة إعداد
T? getConfigValue<T>(String key) => EnvService.instance.getConfigValue<T>(key);