fix analysis
This commit is contained in:
@@ -1209,7 +1209,7 @@ class ChannelClientState {
|
|||||||
ChannelClientState(
|
ChannelClientState(
|
||||||
this._channel,
|
this._channel,
|
||||||
ChannelState channelState,
|
ChannelState channelState,
|
||||||
// ignore: unnecessary_parenthesis
|
//ignore: unnecessary_parenthesis
|
||||||
) : _debouncedUpdatePersistenceChannelState = ((ChannelState state) {
|
) : _debouncedUpdatePersistenceChannelState = ((ChannelState state) {
|
||||||
_channel?._client?.chatPersistenceClient?.updateChannelState(state);
|
_channel?._client?.chatPersistenceClient?.updateChannelState(state);
|
||||||
}).debounced(const Duration(seconds: 1)) {
|
}).debounced(const Duration(seconds: 1)) {
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ linter:
|
|||||||
- avoid_private_typedef_functions
|
- avoid_private_typedef_functions
|
||||||
- avoid_redundant_argument_values
|
- avoid_redundant_argument_values
|
||||||
- avoid_return_types_on_setters
|
- avoid_return_types_on_setters
|
||||||
- avoid_returning_null
|
|
||||||
- avoid_returning_null_for_void
|
- avoid_returning_null_for_void
|
||||||
- avoid_shadowing_type_parameters
|
- avoid_shadowing_type_parameters
|
||||||
- avoid_single_cascade_in_expression_statements
|
- avoid_single_cascade_in_expression_statements
|
||||||
|
|||||||
Reference in New Issue
Block a user