menu
neomage package
documentation
data/auth/auth_service.dart
AuthService
setAnthropicApiKey method
setAnthropicApiKey method
dark_mode
light_mode
setAnthropicApiKey
method
Future
<
void
>
setAnthropicApiKey
(
String
key
)
Implementation
Future<void> setAnthropicApiKey(String key) => _writeKey(_anthropicKeyKey, key);
neomage package
documentation
data/auth/auth_service
AuthService
setAnthropicApiKey method
AuthService class