throttle property

  1. @override
Duration? throttle
override

The default throttle is 2 seconds. Pass null to turn off throttle.

Implementation

@override
Duration? get throttle => _persistor.throttle;