Skip to content

Commit

Permalink
supress dart analyser info for - fails only dart 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1u committed Apr 24, 2022
1 parent fc7c3bc commit 21af9c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pubsub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ class _WarrningPubSubInProgress extends RedisConnection {
"It is not allowed to issue commands trough this handler";

// swap this relevant methods in Conenction with exception
// ignore: unused_element
Future _sendraw(Parser parser,List<int> data) => _err();
// ignore: unused_element
Future _getdummy() => _err();
Future _senddummy(Parser parser) => _err();

Expand Down

0 comments on commit 21af9c0

Please sign in to comment.