getDebounceTags method

Iterable<String> getDebounceTags()

Returns a list of active debouncers.

Active debouncers are those that have not yet executed their onExecute methods.

Implementation

Iterable<String> getDebounceTags() => _debounceOperations.keys;