Skip to content

Commit

Permalink
Fix flutter analyze error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoredz committed Dec 9, 2023
1 parent 7472660 commit 2a6e8db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:http/http.dart' as http;

/* SNIPPET START */
extension DebounceAndCancelExtension on Ref {
/// Aspetta per la [duration] (di default a 500ms) e poi ritorna un [Http.Client]
/// Aspetta per la [duration] (di default a 500ms) e poi ritorna un [http.Client]
/// con il quale possiamo effettuare una richiesta.
///
/// Il client sarà chiuso automaticamente quando il provider verrà distrutto.
Expand Down

0 comments on commit 2a6e8db

Please sign in to comment.