menu
sunny_sdk_core package
documentation
model_exports.dart
Throttler
Throttler constructor
Throttler constructor
dark_mode
light_mode
Throttler
constructor
Throttler
(
{
required
Duration
delay
,
dynamic
callback
,
Duration
?
max
,
List
?
args
,
bool
noTrailing
=
false
,
})
Implementation
Throttler( {required this.delay, this.callback, this.max, this.args, this.noTrailing = false});
sunny_sdk_core package
documentation
model_exports
Throttler
Throttler constructor
Throttler class