apiKeyServiceProvider top-level property
final
Provider for the API key service.
Implementation
final apiKeyServiceProvider = Provider<ApiKeyService>((ref) {
return ApiKeyService();
});
Provider for the API key service.
final apiKeyServiceProvider = Provider<ApiKeyService>((ref) {
return ApiKeyService();
});