receivedFilter property
- @Deprecated('Use receivedChain instead. Will be removed in 8.0.0.')
final
Filter for received messages. Return false to suppress logging.
Implementation
@Deprecated('Use receivedChain instead. Will be removed in 8.0.0.')
final bool Function(ISpectLogData data)? receivedFilter;