NativeSpecChangeDebouncer constructor
NativeSpecChangeDebouncer({})
Implementation
NativeSpecChangeDebouncer({
required this.delay,
required this.onReady,
this.onError,
});
NativeSpecChangeDebouncer({
required this.delay,
required this.onReady,
this.onError,
});