CI fix: The declaration 'callback' isn't referenced

This commit is contained in:
poka 2022-12-05 02:34:51 +01:00
parent 1ea3be788e
commit 8b3ecae62f
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ class SearchScreen extends StatelessWidget {
Widget build(BuildContext context) {
final searchProvider = Provider.of<SearchProvider>(context);
final screenHeight = MediaQuery.of(context).size.height;
String callback() => 'tata';
// final _homeProvider =
// Provider.of<HomeProvider>(context, listen: false);
return WillPopScope(
onWillPop: () {