menu
neomage package
documentation
data/services/rate_limit_service.dart
RateLimitService
RateLimitService.new constructor
RateLimitService.new constructor
dark_mode
light_mode
RateLimitService
constructor
RateLimitService
(
{
String
?
apiKey
,
String
?
oauthToken
,
required
String
baseUrl
,
required
String
cacheDir
,
})
Implementation
RateLimitService({ this.apiKey, this.oauthToken, required this.baseUrl, required this.cacheDir, });
neomage package
documentation
data/services/rate_limit_service
RateLimitService
RateLimitService.new constructor
RateLimitService class