withoutFilter method
Creates options with no message filter.
Implementation
ProgramOptions withoutFilter() => _copyClearingNullable(filter: null);
Creates options with no message filter.
ProgramOptions withoutFilter() => _copyClearingNullable(filter: null);