Skip to content

Commit

Permalink
feat(dart): fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iyifr committed Jan 1, 2025
1 parent 757646b commit b760c3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ class H4Event {
/// You cannot mutate the request directly.
Map<String, HttpRequest> get node => {'value': _request};

_isHeaderSet(String header) {
return _request.response.headers[header] == null ? false : true;
}

/// Sets the response format to the specified [type].
///
/// The supported types are:
Expand Down

0 comments on commit b760c3c

Please sign in to comment.