MemoInterceptorWrapper<T, A> typedef
- @Deprecated('Use `MemoWrapperInterceptor` instead. ' 'This feature was deprecated after v7.3.0.')
It´s a wrapper for a memoized function that allows you to define callbacks for initialization, successful completion, error handling, and finishing.
Implementation
@Deprecated(
'Use `MemoWrapperInterceptor` instead. '
'This feature was deprecated after v7.3.0.',
)
typedef MemoInterceptorWrapper<T, A> = MemoWrapperInterceptor<T, A>;