Skip to content

Commit

Permalink
Remove override.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aku committed Oct 3, 2023
1 parent 5354bd6 commit 26c3612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/network/network_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ class NetworkInfo implements INetworkInfo {
@override
Future<bool> get isConnected async => await connectionChecker.hasConnection;

@override
List<Object?> get props => [];
}

0 comments on commit 26c3612

Please sign in to comment.