menu
scobro_foundation_flutter package
documentation
http/api_config.dart
ApiConfig
getApiByKey method
getApiByKey method
dark_mode
light_mode
getApiByKey
method
ApiDetails
?
getApiByKey
(
String
key
)
Implementation
ApiDetails? getApiByKey(String key) { return apiDetails.firstWhere((api) => api.key == key); }
scobro_foundation_flutter package
documentation
http/api_config
ApiConfig
getApiByKey method
ApiConfig class