receivedFilter property

  1. @Deprecated('Use receivedChain instead. Will be removed in 8.0.0.')
bool Function(ISpectLogData data)? receivedFilter
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;