count static method
Returns the number of active debouncers (debouncers that haven't yet called their onExecute methods).
Implementation
static int count() => _operations.length;
Returns the number of active debouncers (debouncers that haven't yet called their onExecute methods).
static int count() => _operations.length;