menu
at_client package
documentation
at_client_mixins.dart
SecretStore
getSecret method
getSecret method
dark_mode
light_mode
getSecret
method
Secret
?
getSecret
(
String
namespace
,
String
name
)
Implementation
Secret? getSecret(String namespace, String name) => _secrets[_key(namespace, name)];
at_client package
documentation
at_client_mixins
SecretStore
getSecret method
SecretStore class