Debouncer<T> class
Constructors
-
Debouncer([Duration duration = const Duration(milliseconds: 300)])
-
const
Methods
-
bind(Stream<T> stream)
→ Stream<T>
-
Transforms the provided
stream.
override
-
cast<RS, RT>()
→ StreamTransformer<RS, RT>
-
Provides a
StreamTransformer<RS, RT> view of this stream transformer.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited