sentFilter property

  1. @Deprecated('Use sentChain instead. Will be removed in 8.0.0.')
bool Function(ISpectLogData data)? sentFilter
final

Filter for sent messages. Return false to suppress logging.

Implementation

@Deprecated('Use sentChain instead. Will be removed in 8.0.0.')
final bool Function(ISpectLogData data)? sentFilter;