menu
rest_api_impl package
documentation
utils/default_rest_api_config.dart
DefaultRestApiConfig
apiKey property
apiKey property
dark_mode
light_mode
apiKey
property
@
override
String
get
apiKey
override
Implementation
@override String get apiKey => _apiKey ?? '';
@
override
set
apiKey
(
String
key
)
override
Implementation
@override set apiKey(String key) => _apiKey = key;
rest_api_impl package
documentation
utils/default_rest_api_config
DefaultRestApiConfig
apiKey property
DefaultRestApiConfig class